[ Agent ] [ Base ] - nfs-server nfs

This commit is contained in:
zeaslity
2023-11-21 17:30:25 +08:00
parent 55d0772d50
commit 86be29cb74
6 changed files with 25 additions and 13 deletions

View File

@@ -264,7 +264,7 @@ func HardCodeCommandExecutor(hardCodeCommand string) (bool, []string) {
resultOk = false
}
log.DebugF("hard code command of %v result are => %v", hardCodeCommand, resultSlice)
log.DebugF("hard code command of [ %s ] result are => %v", hardCodeCommand, resultSlice)
return resultOk, resultSlice
}