Skip to content

Commit

Permalink
Fixed a log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardmercier authored Oct 9, 2016
1 parent e13094d commit 94c326b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ protected void executeStart(boolean isFromGuiThread, boolean resumeWorkflowOnSam
// We want to make sure that the process resumes if a problem occurred during the retrieval of the bitmap
if (log.isWarnEnabled())
{
log.warn(logCommandId() + "An unattended problem occured while retrieving the bitmap with uid '" + bitmapUid + "' corresponding to the URL '" + url + "'", throwable);
log.warn(logCommandId() + "An unattended problem occurred while retrieving the bitmap with uid '" + bitmapUid + "' corresponding to the URL '" + url + "'", throwable);
}
}
bitmap = retrievedBitmap;
Expand Down

0 comments on commit 94c326b

Please sign in to comment.