mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
c516c66668
Approved by: hrs (maintainer) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://reviews.freebsd.org/D5105
13 lines
230 B
C
13 lines
230 B
C
--- common.c.orig 2016-01-28 11:27:18 UTC
|
|
+++ common.c
|
|
@@ -3202,6 +3202,9 @@ setloglevel(debuglevel)
|
|
case 1:
|
|
setlogmask(LOG_UPTO(LOG_INFO));
|
|
break;
|
|
+ case 2:
|
|
+ setlogmask(LOG_UPTO(LOG_DEBUG));
|
|
+ break;
|
|
}
|
|
}
|
|
}
|