mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
Revert unnecessary change to Logging.h
This commit is contained in:
@ -37,8 +37,8 @@ class Logger {
|
||||
return level <= level_;
|
||||
}
|
||||
|
||||
template <typename String, typename... Args>
|
||||
void operator()(int level, String fmt, Args... args) {
|
||||
template <typename... Args>
|
||||
void operator()(int level, const char *fmt, Args... args) {
|
||||
if (level > level_) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user