fix-message

#303
This commit is contained in:
probonopd
2018-07-09 20:51:02 +02:00
committed by GitHub
parent 5542062897
commit ac2d5c2180
+2 -2
View File
@@ -1366,11 +1366,11 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
LogDebug() << plugin << "appended";
}
else {
LogDebug() << "The plugin" << plugin << "was already deployed." ;
LogWarning() <<"The plugin" << pluginSourcePath + "/" + plugin << "could not be found. Please check spelling and try again!";
}
}
else {
LogWarning() << "The plugin" << pluginSourcePath + "/" + plugin << "could not be found. Please check spelling and try again!";
LogDebug() << "The plugin" << plugin << "was already deployed." ;
}
}
}