summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-23 15:21:33 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-23 15:21:33 +0200
commit4459270337fbe742b958c636f81d6babea4f7b35 (patch)
tree4bb96d25cebd4ace66b3438064014157cffd2618 /src
parenta303ad9b057b7431e2e65e1044d01c3b86450fe7 (diff)
downloadcrawler-4459270337fbe742b958c636f81d6babea4f7b35.tar.gz
crawler-4459270337fbe742b958c636f81d6babea4f7b35.tar.bz2
logging fix
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;