Skip to content

Commit

Permalink
Invalid upload log before deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiaoping committed Jun 7, 2021
1 parent 25b375e commit b786fe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ private void uploadImages(SyncResult syncResult, DataManager dataManager) throws

}
} catch (Exception e){
Utils.utilsLogInfo(true,"===createDirectories--iterateCursor==Exception"+e);
Utils.utilsLogInfo(true, "===createDirectories--iterateCursor==Exception" + e);
}
finally {
if (cursor != null)
Expand Down

0 comments on commit b786fe1

Please sign in to comment.