From 1f48d39a8a28a311bba0f26e4495708d801b8b34 Mon Sep 17 00:00:00 2001 From: Eric Scharff Date: Wed, 20 Feb 2008 10:14:42 -0700 Subject: [PATCH] Reset debugging flag --- src/posix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posix.cpp b/src/posix.cpp index e0c341a70e..1ef8bfcc27 100644 --- a/src/posix.cpp +++ b/src/posix.cpp @@ -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;