mirror of
https://github.com/postmannen/ctrl.git
synced 2025-03-31 01:24:31 +00:00
changed output of logs when reading startup folder
This commit is contained in:
parent
e8cab7f124
commit
aba926f74a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ func (s *server) readStartupFolder() {
|
|||
|
||||
}
|
||||
|
||||
er = fmt.Errorf("read from startup folder: %v", messages)
|
||||
er = fmt.Errorf("%v", messages)
|
||||
s.errorKernel.errSend(s.processInitial, Message{}, er, logInfo)
|
||||
|
||||
s.messageDeliverLocalCh <- messages
|
||||
|
|
Loading…
Add table
Reference in a new issue