Brooklyn/DRM/e17/src/bin/e_error.c

16 lines
335 B
C
Raw Normal View History

2021-05-27 00:37:07 +05:00
#include "e.h"
/* local subsystem functions */
/* local subsystem globals */
/* externally accessible functions */
E_API void
e_error_message_show_internal(char *txt)
{
/* FIXME: maybe log these to a file and display them at some point */
printf("<<<< Enlightenment Error >>>>\n%s\n", txt);
}
/* local subsystem functions */