Browse Source

core: also include newline in error msg..

Henning Westerholt 14 years ago
parent
commit
207f7c6f55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sr_module.c

+ 1 - 1
sr_module.c

@@ -575,7 +575,7 @@ reload:
 			dlclose(handle);
 			WARN("%s: exports dlflags interface is deprecated and it will not"
 					" be supported in newer versions; consider using"
-					" mod_register() instead", path);
+					" mod_register() instead\n", path);
 			dlflags=new_dlflags;
 			retries--;
 			if (retries>0) goto reload;