diff options
Diffstat (limited to 'src/plugins/stats/functions.c')
-rw-r--r-- | src/plugins/stats/functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/stats/functions.c b/src/plugins/stats/functions.c index 84d03aa6..7712b982 100644 --- a/src/plugins/stats/functions.c +++ b/src/plugins/stats/functions.c | |||
@@ -64,7 +64,7 @@ static int getStatValue(long long * value, | |||
64 | } | 64 | } |
65 | #if FUNCTIONS_DEBUG | 65 | #if FUNCTIONS_DEBUG |
66 | LOG(LOG_DEBUG, | 66 | LOG(LOG_DEBUG, |
67 | "Statistic not found: '%s'\n", | 67 | "Statistic not found: `%s'\n", |
68 | optName); | 68 | optName); |
69 | #endif | 69 | #endif |
70 | return SYSERR; | 70 | return SYSERR; |