This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit d836ee5ea14c168f50791dbd2dabc174f82f4bff
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Fri Mar 29 19:09:43 2024 +0100
session: Add missing newline in error message
---
src/session.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/session.c b/src/session.c
index 438a1929..1e308d7b 100644
--- a/src/session.c
+++ b/src/session.c
@@ -367,7 +367,7 @@ ice_init(void)
EFREE_SET(Mode.session.sm_client_id, client_id);
if (error_string_ret[0])
- Eprintf("While connecting to session manager: %s.", error_string_ret);
+ Eprintf("While connecting to session manager: %s\n", error_string_ret);
if (!sm_conn)
return;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.