fixup! syslog: print syslog command with verbose style, as it is not in UAPI
This commit is contained in:
parent
394ba90034
commit
1324a28cc7
2
syslog.c
2
syslog.c
@ -37,7 +37,7 @@ SYS_FUNC(syslog)
|
|||||||
if (entering(tcp)) {
|
if (entering(tcp)) {
|
||||||
/* type */
|
/* type */
|
||||||
printxval_ex(syslog_action_type, type, "SYSLOG_ACTION_???",
|
printxval_ex(syslog_action_type, type, "SYSLOG_ACTION_???",
|
||||||
XLAT_STYLE_VERBOSE);
|
XLAT_STYLE_VERBOSE | XLAT_STYLE_FMT_D);
|
||||||
tprints(", ");
|
tprints(", ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user