Selaa lähdekoodia

perl: Sync log levels with kamailio core

Alex Hermann 11 vuotta sitten
vanhempi
commit
92fa1ac28b
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      modules/app_perl/lib/perl/Kamailio/Constants.pm

+ 5 - 1
modules/app_perl/lib/perl/Kamailio/Constants.pm

@@ -165,7 +165,11 @@ BEGIN {
 #####################
 # non-enum constants from dprint.h:
 # Logging levels
-	const( L_ALERT	=> -3);
+	const( L_NPRL	=> -6);
+	const( L_MIN	=> -5);
+	const( L_ALERT	=> -5);
+	const( L_BUG	=> -4);
+	const( L_CRIT2  => -3);
 	const( L_CRIT	=> -2);
 	const( L_ERR	=> -1);
 	const( L_WARN	=> 0);