Using new log system everywhere

This commit is contained in:
Adrien Ufferte
2025-04-25 15:19:12 +02:00
parent 466db56112
commit dacc818683
23 changed files with 44 additions and 47 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func setup() -> void:
gp_list = Database.get_GP_for_lesson(lesson_nb, true, true)
if gp_list.size() <= 0:
push_error("Look and learn setup() did not found any GP for lesson " + str(lesson_nb))
Logger.error("LookAndLearn: setup() did not found any GP for lesson " + str(lesson_nb))
await OpeningCurtain.open()
_on_tracing_manager_finished()
return