diff options
Diffstat (limited to 'nscd/hstcache.c')
-rw-r--r-- | nscd/hstcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/hstcache.c b/nscd/hstcache.c index e8444d825f..ee38c3d653 100644 --- a/nscd/hstcache.c +++ b/nscd/hstcache.c @@ -296,7 +296,7 @@ addhstbyname (struct database *db, int fd, request_header *req, uid_t oldeuid = 0; if (debug_level > 0) - dbg_log (_("Haven't found \"%s\" in hosts cache!"), key); + dbg_log (_("Haven't found \"%s\" in hosts cache!"), (char *)key); if (secure[hstdb]) { |