mirror of
https://github.com/postmannen/ctrl.git
synced 2025-03-05 06:46:48 +00:00
writing to log file for REQn messages
This commit is contained in:
parent
64909bfe17
commit
4fde415648
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ func (m methodREQnCliCommand) handler(proc process, message Message, node string
|
|||
|
||||
// Prepare and queue for sending a new message with the output
|
||||
// of the action executed.
|
||||
newReplyMessage(proc, message, REQTextToConsole, out)
|
||||
newReplyMessage(proc, message, REQTextToLogFile, out)
|
||||
}
|
||||
|
||||
}()
|
||||
|
|
Loading…
Add table
Reference in a new issue