diff options
Diffstat (limited to 'source/compiler/prscan.c')
-rw-r--r-- | source/compiler/prscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/prscan.c b/source/compiler/prscan.c index 3013951..61c5ecc 100644 --- a/source/compiler/prscan.c +++ b/source/compiler/prscan.c @@ -654,7 +654,7 @@ PrDoDirective ( } DbgPrint (ASL_DEBUG_OUTPUT, PR_PREFIX_ID - "Start #include file %s\n", Gbl_CurrentLineNumber, + "Start #include file \"%s\"\n", Gbl_CurrentLineNumber, Token, Gbl_CurrentLineNumber); PrOpenIncludeFile (Token); |