mirror of
https://github.com/unraid/api.git
synced 2026-01-03 06:59:50 -06:00
chore: fix typo
This commit is contained in:
@@ -136,7 +136,7 @@ export const startApi = async (restarts = 0, shouldRestart = true) => {
|
||||
|
||||
// Restart the app
|
||||
if (shouldRestart && restarts < maxRestarts) {
|
||||
logger.info('Restarting %s in %s/%s', appName, restarts + 1, maxRestarts);
|
||||
logger.info('Restarting %s now %s/%s', appName, restarts + 1, maxRestarts);
|
||||
await startApi(restarts + 1).catch(error => {
|
||||
logger.error('Failed restarting %s with %s', appName, error);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user