summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-24 21:01:41 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-24 21:01:41 +0200
commite7d11aae0dc7e439b461d1af982684550333957f (patch)
treee36f3cfa2caeab541718fc5cf0e85a92ada1fe4a /src
parentf4f16a46ad1a936b48374ec44cb6269774c47100 (diff)
downloadcrawler-e7d11aae0dc7e439b461d1af982684550333957f.tar.gz
crawler-e7d11aae0dc7e439b461d1af982684550333957f.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 3f33cbb..823ed02 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( logNOTICE );
+ Logger::instance( ).openConsoleLog( logINFO );
#ifndef _WIN32
struct sigaction sa;