mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
Clarify error message in res_timing_timerfd.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@240505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -266,7 +266,7 @@ static int load_module(void)
|
|||||||
|
|
||||||
/* Make sure we support the necessary clock type */
|
/* Make sure we support the necessary clock type */
|
||||||
if ((fd = timerfd_create(CLOCK_MONOTONIC, 0)) < 0) {
|
if ((fd = timerfd_create(CLOCK_MONOTONIC, 0)) < 0) {
|
||||||
ast_log(LOG_ERROR, "CLOCK_MONOTONIC not supported. Not loading.\n");
|
ast_log(LOG_ERROR, "timerfd_create() not supported by the kernel. Not loading.\n");
|
||||||
return AST_MODULE_LOAD_DECLINE;
|
return AST_MODULE_LOAD_DECLINE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user