Browse Source

fix log line

pull/2/head
Grant Limberg 6 years ago
parent
commit
86abd31659
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A
  1. 2
      controller/PostgreSQL.cpp

2
controller/PostgreSQL.cpp

@ -760,7 +760,7 @@ void PostgreSQL::networksDbWatcher()
fprintf(stderr, "ERROR: %s networksDbWatcher should still be running! Exiting Controller.\n", _myAddressStr.c_str());
exit(8);
}
fprintf(stderr, "Exited membersDbWatcher\n");
fprintf(stderr, "Exited networksDbWatcher\n");
}
void PostgreSQL::_networksWatcher_Postgres(PGconn *conn) {

Loading…
Cancel
Save