harmonize report & debug() messages: no '\n' or '.' at end

This commit is contained in:
marschap
2007-06-17 10:39:49 +00:00
parent 1899ff755c
commit 77209a6f3f
14 changed files with 77 additions and 75 deletions
+2 -2
View File
@@ -510,12 +510,12 @@ MODULE_EXPORT void pyramid_set_char (Driver *drvthis, int n, char *dat)
if (n<0 && n>15) {
debug(RPT_DEBUG, "only characters 0-15 can be changed.\n");
debug(RPT_DEBUG, "only characters 0-15 can be changed");
return;
}
if (!dat) {
debug(RPT_DEBUG, "no character data\n");
debug(RPT_DEBUG, "no character data");
return;
}