Skip to content

Commit

Permalink
FIX for Issue 695 - rrdtool 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
N3WWN committed Jul 12, 2016
1 parent 5135648 commit 02a5015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rrd_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ static void* signal_receiver (void UNUSED(*args))
switch(status)
{
case -1:
RRDD_LOG(LOG_ERR, "%s: %s\nerrno: %d", __func__, "Signal wait failed.", errno);
abort();
RRDD_LOG(LOG_NOTICE, "%s: %s (May be OK if occuring while attaching/attached to strace, gdb, etc)\nerrno: %d", __func__, "Signal wait failed.", errno);
break;

case SIGINT:
sig_common("INT");
Expand Down

0 comments on commit 02a5015

Please sign in to comment.