1
0
mirror of https://github.com/phatina/simple-mtpfs synced 2025-03-09 22:58:55 +00:00

fix typo in log message when using dev-file

This commit is contained in:
Peter Hatina 2013-11-25 19:37:03 +01:00
parent 7984d9cbab
commit 59208ce6c6

View File

@ -139,7 +139,7 @@ bool MTPDevice::connect(const std::string &dev_file)
if (!enumStorages())
return false;
logmsg("Connection.\n");
logmsg("Connected.\n");
return true;
}
#endif