minor string fix
This commit is contained in:
parent
3fe8266501
commit
d115b6fc8b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue