tycommon: add "directly" to "not running in terminology"

This commit is contained in:
Boris Faure 2017-07-14 11:53:33 +02:00
parent b35c7cd539
commit 70c4ba6fdb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Eina_Bool is_running_in_terminology(void);
{ \
if (!is_running_in_terminology()) \
{ \
fprintf(stderr, "not running in terminology\n"); \
fprintf(stderr, "not directly running in terminology\n"); \
exit(1); \
} \
} \