diff --git a/src/broker/content-cache.c b/src/broker/content-cache.c index ab21020d6a77..db8b6712e6ba 100644 --- a/src/broker/content-cache.c +++ b/src/broker/content-cache.c @@ -505,7 +505,8 @@ static void cache_store_continuation (flux_future_t *f, void *arg) flux_log (cache->h, LOG_DEBUG, "content store: %s", "backing store service unavailable"); else - flux_log_error (cache->h, "content store"); + flux_log (cache->h, LOG_CRIT, "content store: %s", + strerror (errno)); goto error; } if (hash_size != content_hash_size