Skip to content
Snippets Groups Projects
Commit 630152f8 authored by Russell Bryant's avatar Russell Bryant
Browse files

Merged revisions 237697 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r237697 | russell | 2010-01-05 11:13:28 -0600 (Tue, 05 Jan 2010) | 7 lines
  
  Change a NOTICE log message to DEBUG where it belongs.
  
  (closes issue #16479)
  Reported by: alexrecarey
  
  (closes SWP-577)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@237699 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0c624342
Branches
Tags
No related merge requests found
...@@ -1071,7 +1071,7 @@ static int ast_wait_for_output(int fd, int timeoutms) ...@@ -1071,7 +1071,7 @@ static int ast_wait_for_output(int fd, int timeoutms)
while ((res = ast_poll(&pfd, 1, timeoutms - elapsed)) <= 0) { while ((res = ast_poll(&pfd, 1, timeoutms - elapsed)) <= 0) {
if (res == 0) { if (res == 0) {
/* timed out. */ /* timed out. */
ast_log(LOG_NOTICE, "Timed out trying to write\n"); ast_debug(1, "Timed out trying to write\n");
return -1; return -1;
} else if (res == -1) { } else if (res == -1) {
/* poll() returned an error, check to see if it was fatal */ /* poll() returned an error, check to see if it was fatal */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment