mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
No need to translate this error message.
This commit is contained in:
@@ -525,7 +525,7 @@ delay(double secs)
|
||||
rval = nanosleep(&ts, &rts);
|
||||
} while (rval == -1 && errno == EINTR);
|
||||
if (rval == -1) {
|
||||
fatal_nodebug(_("nanosleep: tv_sec %lld, tv_nsec %ld"),
|
||||
fatal_nodebug("nanosleep: tv_sec %lld, tv_nsec %ld",
|
||||
(long long)ts.tv_sec, (long)ts.tv_nsec);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user