minor string fix

This commit is contained in:
Syping 2020-10-25 03:33:30 +01:00
parent 3fe8266501
commit d115b6fc8b
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
a.setApplicationName("checkbrute");
a.setApplicationVersion("0.2");
a.setApplicationVersion("0.2.1");
QCommandLineParser commandLineParser;
commandLineParser.addHelpOption();
@ -121,7 +121,7 @@ int main(int argc, char *argv[])
if (versionFunc)
version = QString::fromUtf8(versionFunc());
checksum_map[format] = new checksum_lib(formatFunc, hash64Func, hashSzFunc);
QTextStream(stderr) << "INFO: " << format << " Plugin " << fileName << " loaded" << Qt::endl;
QTextStream(stderr) << "INFO: " << format << " plugin " << fileName << " loaded" << Qt::endl;
}
else {
QTextStream(stderr) << "WARNING: Failed loading plugin " << fileName << "!" << Qt::endl;