From f00b03b973ba40414b45c9421f1bdfdbf15f5b1d Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 1 Aug 2023 04:42:37 +0000 Subject: [PATCH] fix format --- agent/agent_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent_unix.go b/agent/agent_unix.go index aa633b3..bcd0e02 100644 --- a/agent/agent_unix.go +++ b/agent/agent_unix.go @@ -273,7 +273,7 @@ func (a *Agent) AgentUpdate(url, inno, version string) error { se := a.NewCMDOpts() se.Command = fmt.Sprintf("restorecon -rv %s", self) out := a.CmdV2(se) - a.Logger.Debugln("%+v\n", out) + a.Logger.Debugf("%+v\n", out) } opts := a.NewCMDOpts()