mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-15 20:44:31 +02:00
packages-update: increate log severity on canceled non-interactive update
This commit is contained in:
parent
6fd39bd3c5
commit
ffa31c7ad7
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
||||||
$LogPrintExit2 info $ScriptName ("Canceled update...") true;
|
$LogPrintExit2 info $ScriptName ("Canceled update...") true;
|
||||||
}
|
}
|
||||||
} else={
|
} else={
|
||||||
$LogPrintExit2 info $ScriptName ("Canceled non-interactive update.") true;
|
$LogPrintExit2 warning $ScriptName ("Canceled non-interactive update.") true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue