2
0
Эх сурвалжийг харах

- add a few more missing '\n' to debug messages

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4163 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 жил өмнө
parent
commit
b7ccc0450b

+ 1 - 1
modules/db_postgres/km_res.c

@@ -234,7 +234,7 @@ int db_postgres_convert_rows(const db_con_t* _h, db_res_t* _r)
 				len = strlen(s);
 				row_buf[col] = pkg_malloc(len+1);
 				if (!row_buf[col]) {
-					LM_ERR("no private memory left");
+					LM_ERR("no private memory left\n");
 					return -1;
 				}
 				memset(row_buf[col], 0, len+1);