Skip to content

Commit

Permalink
better delayed response log message
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 22, 2012
1 parent dc6b5f9 commit 90317c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -162,7 +162,7 @@ sub handler {
}

# Delayed
$self->log->debug('Nothing has been rendered, assuming delayed response.')
$self->log->debug('Nothing has been rendered, waiting for delayed response.')
unless $stash->{'mojo.rendered'} || $tx->is_writing;
}

Expand Down

0 comments on commit 90317c6

Please sign in to comment.