FreeBSD Bugzilla – Attachment #154945: patch-common.c for
bug #198995
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 198995
Collapse All
|
Expand All
(-)
common.c (+3 lines)
Lines 3202-3207
Link Here
3202
case 1:
3202
case 1:
3203
setlogmask(LOG_UPTO(LOG_INFO));
3203
setlogmask(LOG_UPTO(LOG_INFO));
3204
break;
3204
break;
3205
case 2:
3206
setlogmask(LOG_UPTO(LOG_DEBUG));
3207
break;
3205
}
3208
}
3206
}
3209
}
3207
}
3210
}
Return to
bug 198995