update for beta release
[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%s\n", txt);
13 }
14
15 /* local subsystem functions */