chiark / gitweb /
privcache: Better debug
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Nov 2019 19:13:13 +0000 (19:13 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Dec 2019 13:15:49 +0000 (13:15 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
privcache.c

index 50da4b5a5611950b637432ba1fc1964aedf83ca8..4291e12623cec2e238115bea014a8f5be19ac383 100644 (file)
@@ -49,7 +49,7 @@ static struct sigprivkey_if *uncached_get(struct privcache *st,
     if (!f) {
        if (errno == ENOENT) {
            slilog(log,M_DEBUG,"private key %s not found\n",
-                  st->path.write_here);
+                  st->path.buffer);
        } else {
            slilog(log,M_ERR,"failed to open private key file %s\n",
                   st->path.buffer);