This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit dd8bd5a325d2befda584675601ab6374c705ef0d
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sat Nov 30 20:01:12 2024 +0000
fix typeo in watchdog log
---
src/bin/e_watchdog.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bin/e_watchdog.c b/src/bin/e_watchdog.c
index 210381733..05f5a7916 100644
--- a/src/bin/e_watchdog.c
+++ b/src/bin/e_watchdog.c
@@ -49,8 +49,8 @@ _cb_watchdog_thread_pingpong(void *data EINA_UNUSED, Ecore_Thread *thread)
// otherwise just restart so user can march on
else
{
- printf("WD: Exikting E allowing it to be restarted to un-block\n");
- _exit(121);
+ printf("WD: Exiting E allowing it to be restarted to un-block\n");
+ _exit(121);XS
}
}
// wait another 10 sec before pinging
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.