summaryrefslogtreecommitdiff
path: root/glcddrivers/gu256x64-372.c
diff options
context:
space:
mode:
Diffstat (limited to 'glcddrivers/gu256x64-372.c')
-rw-r--r--glcddrivers/gu256x64-372.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glcddrivers/gu256x64-372.c b/glcddrivers/gu256x64-372.c
index 57ec981..52dab2a 100644
--- a/glcddrivers/gu256x64-372.c
+++ b/glcddrivers/gu256x64-372.c
@@ -131,7 +131,7 @@ int cDriverGU256X64_372::Init()
RDLO = kStandardRDLO;
CDHI = kStandardCDHI;
CDLO = kStandardCDLO;
- syslog(LOG_DEBUG, "%s: using standard wiring\n");
+ syslog(LOG_DEBUG, "%s: using standard wiring\n", config->name.c_str());
}
else if (config->options[i].value == kWiringWindows)
{
@@ -141,7 +141,7 @@ int cDriverGU256X64_372::Init()
RDLO = kWindowsRDLO;
CDHI = kWindowsCDHI;
CDLO = kWindowsCDLO;
- syslog(LOG_DEBUG, "%s: using windows wiring\n");
+ syslog(LOG_DEBUG, "%s: using windows wiring\n", config->name.c_str());
}
else
{