Преглед изворни кода

sqlops: added LF to end of debug message

Daniel-Constantin Mierla пре 15 година
родитељ
комит
0d247e7be4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      modules_k/sqlops/sqlops.c

+ 1 - 1
modules_k/sqlops/sqlops.c

@@ -149,7 +149,7 @@ int sql_res_param(modparam_t type, void *val)
 
 	if(val==NULL)
 	{
-		LM_ERR("invalid parameter");
+		LM_ERR("invalid parameter\n");
 		goto error;
 	}