mirror of
https://github.com/rancher/os.git
synced 2025-09-19 17:38:30 +00:00
Fix format 'verbs' (#2115)
This commit is contained in:
committed by
niusmallnan
parent
a08ad16a01
commit
82aaa413f5
@@ -64,7 +64,7 @@ func (hook *ShowuserlogHook) NotUsedYetLogSystemReady() error {
|
||||
if hook.syslogHook == nil {
|
||||
h, err := logrus_syslog.NewSyslogHook("", "", syslog.LOG_INFO, "")
|
||||
if err != nil {
|
||||
logrus.Debugf("error creating SyslogHook: %s", err)
|
||||
logrus.Debugf("error creating SyslogHook: %v", err)
|
||||
return err
|
||||
}
|
||||
hook.syslogHook = h
|
||||
|
Reference in New Issue
Block a user