fix typo in log message when using dev-file
This commit is contained in:
parent
7984d9cbab
commit
59208ce6c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue