فهرست منبع

Log breakpad server HTTP status code

Vincent Lang 9 سال پیش
والد
کامیت
b31b05d48a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/tools/helper/CrashUploader.cpp

+ 1 - 1
src/tools/helper/CrashUploader.cpp

@@ -129,7 +129,7 @@ void CrashUploader::uploadCrashDump(const QString& version, const QString& path)
     }
     else
     {
-      QLOG_INFO() << "Server didn't want our crash report with uuid:" << uuid << "saving it in old for now";
+      QLOG_INFO() << "Server didn't want our crash report with uuid:" << uuid << "giving HTTP status" << statusCode.toInt() << "- saving it in old for now";
     }
   });
 }