pull/8523/head
Gauthier LO 2025-06-11 11:02:35 +02:00
parent b07318a891
commit 91651ec95b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class MabangOrderSyncJob implements Job {
} }
username = jsonObject.getString("username"); username = jsonObject.getString("username");
} catch (JSONException e) { } catch (JSONException e) {
log.error("Error while parsing parameter as JSON, falling back to default parameters."); log.error("Error while parsing parameter as JSON, falling back to default parameters : {}", e.getMessage());
} }
} }
if (platformOrderIds.isEmpty()) { if (platformOrderIds.isEmpty()) {