FreeBSD Bugzilla – Attachment 252923 Details for
Bug 280929
mail/dovecot move bogus warning "Time moved forwards" to debug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that moves the bogus "Time moved forward" warning to debug
mute_bogus_time-moved-forward_warning.patch (text/plain), 293 bytes, created by
Sebastian Oswald
on 2024-08-19 16:07:29 UTC
(
hide
)
Description:
patch that moves the bogus "Time moved forward" warning to debug
Filename:
MIME Type:
Creator:
Sebastian Oswald
Created:
2024-08-19 16:07:29 UTC
Size:
293 bytes
patch
obsolete
>+++ src/master/main.c >@@ -622,7 +622,7 @@ > > if (diff < 0) { > diff = -diff; >- i_warning("Time moved forwards by %lld.%06lld seconds - adjusting timeouts.", >+ i_debug("Time moved forwards by %lld.%06lld seconds - adjusting timeouts.", > diff / 1000000, diff % 1000000); > return; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280929
:
252923
|
252941
|
253253