Reset debugging flag

This commit is contained in:
Eric Scharff 2008-02-20 10:14:42 -07:00
parent a1460b1f82
commit 1f48d39a8a

View File

@ -152,7 +152,7 @@ pathOfExecutable(System* s, const char** retBuf, unsigned* size)
#endif
}
const bool Verbose = true;
const bool Verbose = false;
const unsigned Waiting = 1 << 0;
const unsigned Notified = 1 << 1;