瀏覽代碼

fix error message

Grant Limberg 4 年之前
父節點
當前提交
5ece4f734a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
controller/PostgreSQL.cpp

@@ -1231,7 +1231,7 @@ void PostgreSQL::commitThread()
 					}
 					}
 
 
 				} catch (std::exception &e) {
 				} catch (std::exception &e) {
-					fprintf(stderr, "ERROR: Error updating member: %s\n", e.what());
+					fprintf(stderr, "ERROR: Error updating network: %s\n", e.what());
 				}
 				}
 			} else if (objtype == "_delete_network") {
 			} else if (objtype == "_delete_network") {
 				fprintf(stderr, "commitThread: delete network\n");
 				fprintf(stderr, "commitThread: delete network\n");