Skip to content

Commit

Permalink
Fix variable position in logger (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Sol Kang <pdpxpd@gmail.com>
Signed-off-by: 5pecia1 <pdpxpd@gmail.com>
  • Loading branch information
5pecia1 authored Apr 21, 2020
1 parent b6fb32d commit 86636ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/platform/fabric/Platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Platform {
}

// Create client instance
logger.debug('Creating client [%s] >> ', client_configs, client_name);
logger.debug('Creating client [%s] >> ', client_name, client_configs);

let client;

Expand Down

0 comments on commit 86636ee

Please sign in to comment.