mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-31 00:23:50 +00:00
cleanup some debugging.
This commit is contained in:
parent
7d345ee2d1
commit
cf42cf08a4
@ -611,10 +611,10 @@ void confSetDebugFlags()
|
||||
}
|
||||
} else {
|
||||
if (flag) {
|
||||
DEBUGF("Set debug.%s", flagname);
|
||||
// DEBUGF("Set debug.%s", flagname);
|
||||
setmask |= mask;
|
||||
} else {
|
||||
DEBUGF("Clear debug.%s", flagname);
|
||||
// DEBUGF("Clear debug.%s", flagname);
|
||||
clearmask |= mask;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user