1
0
Fork 0
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:
postmannen 2025-01-06 06:40:10 +01:00
parent e8cab7f124
commit aba926f74a

View file

@ -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