diff --git a/src/util-logopenfile.c b/src/util-logopenfile.c index fdc628798a7f..8f1638923b18 100644 --- a/src/util-logopenfile.c +++ b/src/util-logopenfile.c @@ -731,7 +731,7 @@ LogFileCtx *LogFileEnsureExists(LogFileCtx *parent_ctx) entry->isopen = true; ret_ctx = entry->ctx; } else { - SCLogError( + SCLogDebug( "Unable to open slot %d for file %s", entry->slot_number, parent_ctx->filename); (void)HashTableRemove(parent_ctx->threads->ht, entry, 0); }