mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 20:27:17 +03:00
log
This commit is contained in:
parent
c7cb750616
commit
db7ee2eaf4
1 changed files with 2 additions and 1 deletions
|
@ -218,10 +218,11 @@ func runDaemon(ctx context.Context, input *Input) func(cmd *cobra.Command, args
|
||||||
}
|
}
|
||||||
failedCnt = 0
|
failedCnt = 0
|
||||||
}
|
}
|
||||||
return nil
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := handleMessage(conn, sigs, message); err != nil {
|
if err := handleMessage(conn, sigs, message); err != nil {
|
||||||
|
log.Error().Msgf(err.Error())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue