chiark / gitweb /
privcache: Better debug
[secnet.git] / 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);