@@ -1366,11 +1366,11 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
|
|||||||
LogDebug() << plugin << "appended";
|
LogDebug() << plugin << "appended";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
LogDebug() << "The plugin" << plugin << "was already deployed." ;
|
LogWarning() <<"The plugin" << pluginSourcePath + "/" + plugin << "could not be found. Please check spelling and try again!";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
LogWarning() << "The plugin" << pluginSourcePath + "/" + plugin << "could not be found. Please check spelling and try again!";
|
LogDebug() << "The plugin" << plugin << "was already deployed." ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user