commit: r552 - trunk/libspread-util/src
[email protected] Wed, 13 Mar 2013 14:50:12 -0400
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jschultz
Date: 2013-03-13 14:50:12 -0400 (Wed, 13 Mar 2013)
New Revision: 552
Modified:
trunk/libspread-util/src/events.c
Log:
Squelched an Alarm(PRINT to be Alarm(EVENTS in spread-util events.c
Modified: trunk/libspread-util/src/events.c
===================================================================
--- trunk/libspread-util/src/events.c 2013-03-13 18:44:42 UTC (rev 551)
+++ trunk/libspread-util/src/events.c 2013-03-13 18:50:12 UTC (rev 552)
@@ -587,8 +587,7 @@
if ( !(Fd_queue[priority].events[j].active) )
Fd_queue[priority].num_active_fds++;
Fd_queue[priority].events[j].active = TRUE;
- Alarm( PRINT,
- "E_attach_fd: fd %d with type %d exists & replaced & activated\n", fd, fd_type );
+ Alarm( EVENTS, "E_attach_fd: fd %d with type %d exists & replaced & activated\n", fd, fd_type );
return( 1 );
}
}