Browse Source

debug printf typo & line break

Grant Limberg 4 years ago
parent
commit
79f1e81745
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
controller/PostgreSQL.cpp

@@ -643,7 +643,7 @@ void PostgreSQL::initializeMembers()
 			}
 			}
 
 
 			_memberChanged(empty, config, false);
 			_memberChanged(empty, config, false);
-			fprintf(stderr, "Initiialzed member %s-%s", networkId.c_str(), memberId.c_str());
+			fprintf(stderr, "Initialzed member %s-%s\n", networkId.c_str(), memberId.c_str());
 		}
 		}
 
 
 		w.commit();
 		w.commit();