--- src/utils/lib/syslog.ml 2024-08-20 05:14:48 +++ src/utils/lib/syslog.ml 2026-06-07 00:00:00 @@ -209,5 +209,5 @@ let levfac = Int32.logor realfac (level_to_num lev) and now = ascdate (localtime (Unix.time ())) in - Printf.bprintf msg "<%ld>%.15s " levfac now; + Printf.bprintf msg "<%ld>%s " levfac (String.sub now 0 15); let len1 = Buffer.length msg and len2 = String.length loginfo.tag in