fixup! syslog: print syslog command with verbose style, as it is not in UAPI

This commit is contained in:
Eugene Syromyatnikov 2018-09-27 00:29:18 +02:00
parent 394ba90034
commit 1324a28cc7

View File

@ -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(", ");
} }