mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 09:12:19 -05:00
Small debug fix
This commit is contained in:
parent
02b7623e34
commit
c999497606
@ -163,7 +163,7 @@ implementation
|
|||||||
xerror := 'UNKNOWN';
|
xerror := 'UNKNOWN';
|
||||||
end;
|
end;
|
||||||
result := 0;
|
result := 0;
|
||||||
mDebugLn('X Error: ');
|
mDebugLn('X Error: ' + xerror);
|
||||||
mDebugLn('Error code: ' + inttostr(para2^.error_code));
|
mDebugLn('Error code: ' + inttostr(para2^.error_code));
|
||||||
mDebugLn('Display: ' + inttostr(LongWord(para2^.display)));
|
mDebugLn('Display: ' + inttostr(LongWord(para2^.display)));
|
||||||
mDebugLn('Minor code: ' + inttostr(para2^.minor_code));
|
mDebugLn('Minor code: ' + inttostr(para2^.minor_code));
|
||||||
|
Loading…
Reference in New Issue
Block a user