Fix #9940: Print debuglevel parse errors to console when changed from console
This commit is contained in:
@@ -57,7 +57,7 @@ extern int _debug_random_level;
|
||||
#endif
|
||||
|
||||
char *DumpDebugFacilityNames(char *buf, char *last);
|
||||
void SetDebugString(const char *s);
|
||||
void SetDebugString(const char *s, void (*error_func)(const char *));
|
||||
const char *GetDebugString();
|
||||
|
||||
/* Shorter form for passing filename and linenumber */
|
||||
|
Reference in New Issue
Block a user