mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
[BugFix] fix qos log level
Signed-off-by: liubingxing <liubbingxing@gmail.com>
This commit is contained in:
parent
d06ae730e3
commit
599bb54dd9
@ -678,7 +678,7 @@ func QosWriteDebugf(format string, v ...interface{}) {
|
||||
if gLog == nil {
|
||||
return
|
||||
}
|
||||
if UpdateLevel&gLog.level != gLog.level {
|
||||
if DebugLevel&gLog.level != gLog.level {
|
||||
return
|
||||
}
|
||||
s := fmt.Sprintf(format, v...)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user