Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable one noisy debug message until systemd can be told to ignore s…
…su messages
  • Loading branch information
Bernd Wachter committed Nov 17, 2013
1 parent 3725bec commit 0b5ba81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libssu/ssusettings.cpp
Expand Up @@ -59,7 +59,8 @@ void SsuSettings::merge(bool keepOld){
}

if (skipMerge){
ssuLog->print(LOG_DEBUG, QString("Configuration file is newer than all config.d files, skipping merge"));
// systemd journal does not seem to allow selective loglevels for different services, disabling for now
//ssuLog->print(LOG_DEBUG, QString("Configuration file is newer than all config.d files, skipping merge"));
return;
}

Expand Down

0 comments on commit 0b5ba81

Please sign in to comment.