Browse Source

sqlops: added LF to end of debug message

Daniel-Constantin Mierla 15 năm trước cách đây
mục cha
commit
0d247e7be4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 	}