2c3acd5d943a519f7f55dc2ef89869d62c614464
[framework/uifw/e17.git] / src / bin / e_error.c
1 #include "e.h"
2
3 /* local subsystem functions */
4
5 /* local subsystem globals */
6
7 /* externally accessible functions */
8 EAPI void
9 e_error_message_show_internal(char *txt)
10 {
11    /* FIXME: maybe log these to a file and display them at some point */
12    printf("<<<< Enlightenment Error >>>>\n"
13           "%s\n",
14           txt);
15 }
16
17 /* local subsystem functions */