loglevel bitmasks needs to be larger because we got more than 32 files

This commit is contained in:
Michael Stapelberg
2010-04-17 17:46:11 +02:00
parent b93413ca49
commit 7f3a77ac6a
3 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ void set_verbosity(bool _verbose);
* but only if the corresponding debug loglevel was activated.
*
*/
void debuglog(int lev, char *fmt, ...);
void debuglog(uint64_t lev, char *fmt, ...);
/**
* Logs the given message to stdout while prefixing the current time to it.