rename debugLevel to gDebugLevel
This commit is contained in:
parent
d142aa4196
commit
390381c8aa
21 changed files with 114 additions and 114 deletions
|
@ -90,7 +90,7 @@ void debug(const char *s, ...) {
|
|||
void debug(int level, const char *s, ...) {
|
||||
va_list va;
|
||||
|
||||
if (level > debugLevel)
|
||||
if (level > gDebugLevel)
|
||||
return;
|
||||
|
||||
va_start(va, s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue