This commit is contained in:
Barak A. Pearlmutter 2020-07-18 20:27:55 +01:00
parent 16948b0dea
commit b1ec133f76
1 changed files with 2 additions and 2 deletions

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"); logerr("Encountered a Memory Allocation Error. Exiting.\n");
break; break;
case LIBMTP_ERROR_GENERAL: case LIBMTP_ERROR_GENERAL:
logerr("General error occured. Exiting.\n"); logerr("General error occurred. Exiting.\n");
break; break;
case LIBMTP_ERROR_USB_LAYER: case LIBMTP_ERROR_USB_LAYER:
logerr("USB Layer error occured. Exiting.\n"); logerr("USB Layer error occurred. Exiting.\n");
break; break;
default: default:
break; break;