1
0
mirror of https://github.com/phatina/simple-mtpfs synced 2025-01-12 09:39:48 +00:00
This commit is contained in:
Barak A. Pearlmutter 2020-07-18 20:27:55 +01:00
parent 16948b0dea
commit b1ec133f76

View File

@ -108,10 +108,10 @@ bool MTPDevice::connect_priv(int dev_no, const std::string &dev_file)
logerr("Encountered a Memory Allocation Error. Exiting.\n");
break;
case LIBMTP_ERROR_GENERAL:
logerr("General error occured. Exiting.\n");
logerr("General error occurred. Exiting.\n");
break;
case LIBMTP_ERROR_USB_LAYER:
logerr("USB Layer error occured. Exiting.\n");
logerr("USB Layer error occurred. Exiting.\n");
break;
default:
break;