Explorar o código

fix error message

Grant Limberg %!s(int64=4) %!d(string=hai) anos
pai
achega
5ece4f734a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
controller/PostgreSQL.cpp

@@ -1231,7 +1231,7 @@ void PostgreSQL::commitThread()
 					}
 
 				} 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") {
 				fprintf(stderr, "commitThread: delete network\n");