X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Flogger.cpp;h=73f6b50c4d8caa72fabcf5f481ad4bcecb6a23e4;hb=b0fcfdea3deb5e45961745d743c8468e905744b1;hp=220b4d4f6984bbe2cd0f404e0639e05c59159aa0;hpb=e9b7fc677c991748192ecb54948476e530d8a3c8;p=quassel.git diff --git a/src/common/logger.cpp b/src/common/logger.cpp index 220b4d4f..73f6b50c 100644 --- a/src/common/logger.cpp +++ b/src/common/logger.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -77,7 +77,7 @@ void Logger::log() prio = LOG_INFO; break; } - syslog(prio|LOG_LOCAL0, "%s", qPrintable(_buffer)); + syslog(prio|LOG_USER, "%s", qPrintable(_buffer)); } #endif