diff options
Diffstat (limited to 'common/simple-pwquery.c')
-rw-r--r-- | common/simple-pwquery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/simple-pwquery.c b/common/simple-pwquery.c index b2d666cc7..bdad14093 100644 --- a/common/simple-pwquery.c +++ b/common/simple-pwquery.c @@ -694,7 +694,7 @@ simple_query (const char *query) else { #ifdef SPWQ_USE_LOGGING - log_error (_("problem with the agent (unexpected response \"%s\"\n"), + log_error (_("problem with the agent (unexpected response \"%s\")\n"), response); #endif rc = SPWQ_ERR_RESPONSE; |