[svn-commits] lmadsen: trunk r228897 - in /trunk: ./ main/channel.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 9 09:38:40 CST 2009


Author: lmadsen
Date: Mon Nov  9 09:38:38 2009
New Revision: 228897

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=228897
Log:
Merged revisions 228896 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r228896 | lmadsen | 2009-11-09 09:37:43 -0600 (Mon, 09 Nov 2009) | 6 lines
  
  Update WARNING message.
  Update a WARNING message to give a suggested fix when encountered.
  
  (closes issue #16198)
  Reported by: atis
  Tested by: atis
........

Modified:
    trunk/   (props changed)
    trunk/main/channel.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/channel.c?view=diff&rev=228897&r1=228896&r2=228897
==============================================================================
--- trunk/main/channel.c (original)
+++ trunk/main/channel.c Mon Nov  9 09:38:38 2009
@@ -856,7 +856,7 @@
 
 	if (needqueue) {
 		if (pipe(tmp->alertpipe)) {
-			ast_log(LOG_WARNING, "Channel allocation failed: Can't create alert pipe!\n");
+			ast_log(LOG_WARNING, "Channel allocation failed: Can't create alert pipe! Try increasing max file descriptors with ulimit -n\n");
 alertpipe_failed:
 			if (tmp->timer) {
 				ast_timer_close(tmp->timer);




More information about the svn-commits mailing list