Only log to info not to warning ig no app id is present.

This commit is contained in:
Patrick von Reth 2015-08-25 23:15:15 +02:00
parent b58ae8471d
commit a234cd2997
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void SnoreToast::slotNotify(Notification notification)
void SnoreToast::slotRegisterApplication(const Application &application)
{
if (!application.constHints().contains("windows-app-id")) {
snoreDebug(SNORE_WARNING) << "No windows-app-id found in hints. Installing default shortcut with appID.";
snoreDebug(SNORE_INFO) << "No windows-app-id found in hints. Installing default shortcut with appID.";
QProcess *p = createProcess(Notification());
QStringList arguements;
arguements << QLatin1String("-install")