Skip to content

Commit eb54edc

Browse files
author
Valentin BAIZEAU
committed
Merge branch 'master' of https://github.com/Piwigo/Piwigo-Java
2 parents 6753db1 + d36f573 commit eb54edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

remotesync-api/src/main/java/org/piwigo/remotesync/api/sync/ConnectedWalker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ protected Integer createImage(File file, Integer albumId) throws IOException {
9696
request.setCategory(albumId);
9797
return client.sendRequest(request).image_id;
9898
} catch (ClientServerException e) {
99-
logger.error("Cannot updload image for " + file, e);
99+
logger.error("Cannot upload image for " + file, e);
100100
return null;
101101
}
102102
}

0 commit comments

Comments
 (0)