diff --git a/contrib/pzstd/Logging.h b/contrib/pzstd/Logging.h index 6d5582a00..76c982ab2 100644 --- a/contrib/pzstd/Logging.h +++ b/contrib/pzstd/Logging.h @@ -37,8 +37,8 @@ class Logger { return level <= level_; } - template - void operator()(int level, String fmt, Args... args) { + template + void operator()(int level, const char *fmt, Args... args) { if (level > level_) { return; }