Index: pbx/pbx_spool.c =================================================================== --- pbx/pbx_spool.c (revision 48033) +++ pbx/pbx_spool.c (working copy) @@ -315,8 +315,8 @@ now += o->retrytime; if (o->callingpid && (o->callingpid == ast_mainpid)) { safe_append(o, time(NULL), "DelayedRetry"); + ast_log(LOG_DEBUG, "Delaying retry since we're currently running '%s'\n", o->fn); free_outgoing(o); - ast_log(LOG_DEBUG, "Delaying retry since we're currently running '%s'\n", o->fn); } else { /* Increment retries */ o->retries++;