Browse Source

debug printf typo & line break

Grant Limberg 4 năm trước cách đây
mục cha
commit
79f1e81745
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
controller/PostgreSQL.cpp

@@ -643,7 +643,7 @@ void PostgreSQL::initializeMembers()
 			}
 
 			_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();