From 70c4ba6fdb6758edc318aabef97f94147b5d68fa Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Fri, 14 Jul 2017 11:53:33 +0200 Subject: [PATCH] tycommon: add "directly" to "not running in terminology" --- src/bin/tycommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/tycommon.h b/src/bin/tycommon.h index 332426b4..86f57a99 100644 --- a/src/bin/tycommon.h +++ b/src/bin/tycommon.h @@ -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); \ } \ } \