[asterisk-commits] tilghman: trunk r93805 - /trunk/main/asterisk.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Dec 18 17:38:31 CST 2007
    
    
  
Author: tilghman
Date: Tue Dec 18 17:38:30 2007
New Revision: 93805
URL: http://svn.digium.com/view/asterisk?view=rev&rev=93805
Log:
Making the canary error message a little more obvious.
Modified:
    trunk/main/asterisk.c
Modified: trunk/main/asterisk.c
URL: http://svn.digium.com/view/asterisk/trunk/main/asterisk.c?view=diff&rev=93805&r1=93804&r2=93805
==============================================================================
--- trunk/main/asterisk.c (original)
+++ trunk/main/asterisk.c Tue Dec 18 17:38:30 2007
@@ -2639,7 +2639,7 @@
 		stat(canary_filename, &canary_stat);
 		tv = ast_tvnow();
 		if (tv.tv_sec > canary_stat.st_mtime + 60) {
-			ast_log(LOG_WARNING, "Canary is dead!!! Reducing priority\n");
+			ast_log(LOG_WARNING, "The canary is no more.  He has ceased to be!  He's expired and gone to meet his maker!  He's a stiff!  Bereft of life, he rests in peace.  His metabolic processes are now history!  He's off the twig!  He's kicked the bucket.  He's shuffled off his mortal coil, run down the curtain, and joined the bleeding choir invisibile!!  THIS is an EX-CANARY.  (Reducing priority)\n");
 			ast_set_priority(0);
 			pthread_exit(NULL);
 		}
    
    
More information about the asterisk-commits
mailing list