Skip to content

Commit

Permalink
Fixed exception messages missing the positional argument number
Browse files Browse the repository at this point in the history
Signed-off-by: coduz <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Mar 20, 2020
1 parent c8810f2 commit 436e982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# Contributors:
# Eurotech - initial API and implementation
###############################################################################
PROCESS_ON_CONNECT=Error when processing device connect event to start job for scopeId: {} - deviceId {}
PROCESS_ON_CONNECT=Error when processing device connect event to start job for scopeId: {0} - deviceId {1}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# Eurotech - initial API and implementation
###############################################################################
SCHEDULER_NOT_AVAILABLE=Cannot get the scheduler from Quartz
CANNOT_ADD_JOB=Cannot add Quarzt Job to scheduler for: {} with key: {}
CANNOT_SCHEDULE_JOB=Cannot schedule Quartz Job for id: {}
TRIGGER_NEVER_FIRES=The trigger {} will never fires
CANNOT_ADD_JOB=Cannot add Quarzt Job to scheduler for: {0} with key: {1}
CANNOT_SCHEDULE_JOB=Cannot schedule Quartz Job for id: {0}
TRIGGER_NEVER_FIRES=The trigger {0} will never fires

0 comments on commit 436e982

Please sign in to comment.