diff --git a/droid4me/src/com/smartnsoft/droid4me/download/BasisBitmapDownloader.java b/droid4me/src/com/smartnsoft/droid4me/download/BasisBitmapDownloader.java index 4cab589b..6b6c5444 100644 --- a/droid4me/src/com/smartnsoft/droid4me/download/BasisBitmapDownloader.java +++ b/droid4me/src/com/smartnsoft/droid4me/download/BasisBitmapDownloader.java @@ -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;