Module: kamailio
Branch: master
Commit: 22880dbb2171c2763b4df2731be49f208fde7e8c
URL: 
https://github.com/kamailio/kamailio/commit/22880dbb2171c2763b4df2731be49f208fde7e8c

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2024-07-10T14:18:30+02:00

core: log message that #!endif requires EoL after it

---

Modified: src/core/ppcfg.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/22880dbb2171c2763b4df2731be49f208fde7e8c.diff
Patch: 
https://github.com/kamailio/kamailio/commit/22880dbb2171c2763b4df2731be49f208fde7e8c.patch

---

diff --git a/src/core/ppcfg.c b/src/core/ppcfg.c
index d77a237882b..407918aca72 100644
--- a/src/core/ppcfg.c
+++ b/src/core/ppcfg.c
@@ -281,6 +281,7 @@ void pp_ifdef_level_error(void)
                                   " %d more #!endif as #!if[n]def\n",
                                        (_pp_ifdef_level) * -1);
                }
+               LM_ERR("note: #!endif requires EoL after it, even before 
EoF\n");
        }
 }
 

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to