summaryrefslogtreecommitdiffstats
path: root/src/eulogium.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eulogium.c')
-rw-r--r--src/eulogium.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eulogium.c b/src/eulogium.c
index dccb053..7c96151 100644
--- a/src/eulogium.c
+++ b/src/eulogium.c
@@ -833,7 +833,7 @@ Evas_Object *eulogium_multi_screen_menu(struct eulogium_data *eulogium, Evas_Obj
evas_object_show(_top);
if (screen_data->count == 0) {
- printf("Tut tut, we can't have a count of 0!\n"); /* TODO proper debugging infra */
+ EINA_LOG_WARN("Tut tut, we can't have a count of 0!\n");
return NULL;
}