remove debug print, add another

This commit is contained in:
Harvey Tindall
2021-12-30 17:30:29 +00:00
parent d19f7d6b53
commit 8888807780
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -536,6 +536,8 @@ func (app *appContext) newUser(req newUserDTO, confirmed bool) (f errorFunc, suc
} else {
app.info.Println("Created Ombi user")
}
} else {
app.debug.Printf("Skipping Ombi: Profile \"%s\" was empty", invite.Profile)
}
}
}