From c0a1677f162b8f7bf4278cdbffd0d6f9e5c8bdab Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Thu, 24 Oct 2024 08:46:55 +0200 Subject: [PATCH] Update logging --- cpp/devices/tape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/devices/tape.cpp b/cpp/devices/tape.cpp index abe65eff..47cf011b 100644 --- a/cpp/devices/tape.cpp +++ b/cpp/devices/tape.cpp @@ -450,7 +450,7 @@ void Tape::WriteFilemarks6() } } else { - LogWarn("Writing filemarks in tar-file compatibility mode is not possible"); + LogWarn("Writing filemarks in tar-file compatibility mode is not possible, command is ignored"); } StatusPhase();