Kernel/VTerm - Added better option debug
authorJohn Hodge <[email protected]>
Mon, 5 Aug 2013 15:25:29 +0000 (23:25 +0800)
committerJohn Hodge <[email protected]>
Mon, 5 Aug 2013 15:25:29 +0000 (23:25 +0800)
KernelLand/Kernel/drv/vterm.c

index cb7c312..f37be22 100644 (file)
@@ -98,7 +98,7 @@ int VT_Install(char **Arguments)
                                data[ val - arg ] = '\0';
                                val ++;
                        }
-                       Log_Debug("VTerm", "Argument '%s'", arg);
+                       Log_Debug("VTerm", "Argument '%s'='%s'", opt, val);
                        
                        if( strcmp(opt, "Video") == 0 ) {
                                if( !gsVT_OutputDevice )

UCC git Repository :: git.ucc.asn.au