diff options
Diffstat (limited to 'glcdskin/function.c')
-rw-r--r-- | glcdskin/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glcdskin/function.c b/glcdskin/function.c index 6d96c57..2593f70 100644 --- a/glcdskin/function.c +++ b/glcdskin/function.c @@ -176,7 +176,7 @@ bool cSkinFunction::Parse(const std::string & Text) { if (inExpr == 0) { - syslog(LOG_ERR, "ERROR: Unmatched '%c' in expression", *ptr); + syslog(LOG_ERR, "ERROR: Unmatched '%c' in expression (%s)", *ptr, Text.c_str()); return false; } |