diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index 741b3680..86adf645 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1059,7 +1059,7 @@ bool CPhoneDevice::OnImageReady(cv::Mat& mat) bool res = cv::imwrite(fullPath.c_str(), mat, params); if (!res) { - XYLOG(XYLOG_SEVERITY_DERROR, "Failed to write photo: %s", fullPath.c_str()); + XYLOG(XYLOG_SEVERITY_ERROR, "Failed to write photo: %s", fullPath.c_str()); } else {