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
1 changed files with 1 additions and 1 deletions

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