Skip to content

Commit

Permalink
event: Fix assert msg
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 19, 2020
1 parent 29d305f commit a4032f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/util/event.c
Expand Up @@ -1173,8 +1173,8 @@ static int _event_timer_free(fr_event_timer_t *ev)
* Events MUST be in the heap (or the insertion list).
*/
if (!fr_cond_assert_msg(ret == 0,
"Event %p, heap_id %i, allocd %s[%u], was not found in the event heap or insertion list"
"when freed", ev, ev->heap_id,
"Event %p, heap_id %i, allocd %s[%u], was not found in the event heap or insertion "
"list when freed", ev, ev->heap_id,
#ifndef NDEBUG
ev->file, ev->line
#else
Expand Down

0 comments on commit a4032f9

Please sign in to comment.