mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 15:54:39 +00:00
@@ -164,6 +164,9 @@ func msg(level string, msg ...interface{}) {
|
||||
|
||||
func Warning(mess ...interface{}) {
|
||||
msg("warning", mess...)
|
||||
if LuetCfg.GetGeneral().FatalWarns {
|
||||
os.Exit(2)
|
||||
}
|
||||
}
|
||||
|
||||
func Debug(mess ...interface{}) {
|
||||
|
Reference in New Issue
Block a user