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
+5 -5
View File
@@ -434,7 +434,7 @@ bayrad_init_vbar(Driver *drvthis)
}
};
//debug(RPT_DEBUG,"Init Vertical bars.");
//debug(RPT_DEBUG,"Init Vertical bars");
if (p->ccmode == CCMODE_VBAR) {
/* Work already done */
@@ -514,7 +514,7 @@ bayrad_init_hbar(Driver *drvthis)
}
};
//debug(RPT_DEBUG,"Init Horizontal bars.");
//debug(RPT_DEBUG,"Init Horizontal bars");
if (p->ccmode == CCMODE_HBAR) {
/* Work already done */
@@ -544,7 +544,7 @@ bayrad_init_num(Driver *drvthis)
{
//PrivateData *p = drvthis->private_data;
// debug(RPT_DEBUG,"Big Numbers.");
// debug(RPT_DEBUG,"Big Numbers");
}
//////////////////////////////////////////////////////////////////////
@@ -729,11 +729,11 @@ bayrad_get_key(Driver *drvthis)
} /* if read returned data */
else {
/* Read error */
report(RPT_ERR, "%s: Read error in BayRAD getchar.", drvthis->name);
report(RPT_ERR, "%s: Read error in BayRAD getchar", drvthis->name);
}
} /* if select */
else {
;//debug(RPT_DEBUG, "No BayRAD data present.");
;//debug(RPT_DEBUG, "No BayRAD data present");
}
ret_val[0] = readchar;