fixed debug message
This commit is contained in:
@@ -180,7 +180,7 @@ lcdm001_init (Driver *drvthis, char *args)
|
|||||||
}
|
}
|
||||||
return -1;
|
return -1;
|
||||||
} else {
|
} else {
|
||||||
report (RPT_INFO, "opened LCDM001 display on %s\n", device);
|
report (RPT_INFO, "opened LCDM001 display on %s", device);
|
||||||
}
|
}
|
||||||
tcgetattr(fd, &portset);
|
tcgetattr(fd, &portset);
|
||||||
#ifdef HAVE_CFMAKERAW
|
#ifdef HAVE_CFMAKERAW
|
||||||
|
|||||||
Reference in New Issue
Block a user