diff --git a/internal/util/rocksmq/client/rocksmq/test_helper.go b/internal/util/rocksmq/client/rocksmq/test_helper.go index 9098502288..440d5e2c1b 100644 --- a/internal/util/rocksmq/client/rocksmq/test_helper.go +++ b/internal/util/rocksmq/client/rocksmq/test_helper.go @@ -73,7 +73,7 @@ func removePath(rmqPath string) { rocksdbPath := rmqPath + "_db" err = os.RemoveAll(rocksdbPath) if err != nil { - log.Error("os removeAll failed.", zap.Any("path", kvPath)) + log.Error("Failed to call os.removeAll.", zap.Any("path", kvPath)) } metaPath := rmqPath + "_meta_kv" err = os.RemoveAll(metaPath)