X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=privcache.c;fp=privcache.c;h=4291e12623cec2e238115bea014a8f5be19ac383;hb=37ab3875a5c386cb7dfedf679f7e6685ef275217;hp=50da4b5a5611950b637432ba1fc1964aedf83ca8;hpb=c52b7f938b6bd42d73f557b8b07ac9d751add3be;p=secnet.git diff --git a/privcache.c b/privcache.c index 50da4b5..4291e12 100644 --- a/privcache.c +++ b/privcache.c @@ -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);