even more logging

This commit is contained in:
WarmUpTill
2020-10-10 01:57:38 +02:00
parent ece2d61e0a
commit 616ce0c737

View File

@@ -414,7 +414,7 @@ int findTabIndex(QTabBar *bar, int pos)
}
}
if (at == -1)
blog(LOG_INFO, "Advanced Scene Switcher failed to find tab %s",
blog(LOG_INFO, "failed to find tab %s",
tabName.toUtf8().constData());
return at;