summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-24 20:59:50 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-24 20:59:50 +0200
commitf4f16a46ad1a936b48374ec44cb6269774c47100 (patch)
treea3a0c2bdbe36a2b5416af2700b44177594f068b1 /src
parenta8d242fb4fc7f65d80015826a4592341578f0875 (diff)
downloadcrawler-f4f16a46ad1a936b48374ec44cb6269774c47100.tar.gz
crawler-f4f16a46ad1a936b48374ec44cb6269774c47100.tar.bz2
-
Diffstat (limited to 'src')
-rwxr-xr-xsrc/crawl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crawl.cpp b/src/crawl.cpp
index 5f97ef4..3f33cbb 100755
--- a/src/crawl.cpp
+++ b/src/crawl.cpp
@@ -55,7 +55,7 @@ BOOL WINAPI termHandler( DWORD ctrlType )
int main( void )
{
try {
- Logger::instance( ).openConsoleLog( logDEBUG4 );
+ Logger::instance( ).openConsoleLog( logNOTICE );
#ifndef _WIN32
struct sigaction sa;