Skip to content

Commit

Permalink
ops ... a leftover debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
xant committed Jan 9, 2014
1 parent e364e69 commit b32ae8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ int queue_push_right(queue_t *q, void *value)
retain_ref(next->refcnt, ATOMIC_READ(next->node));
queue_entry_t *prev = get_node_ptr(deref_link(next->refcnt, &next->prev));
if (!prev) {
printf("PORKODIO!\n");
return -1;
}
while (1) {
if (ATOMIC_READ(prev->next) != ATOMIC_READ(next->node)) {
Expand Down

0 comments on commit b32ae8e

Please sign in to comment.