Skip to content

Commit

Permalink
plugins/soi/endurance/AssetsManager: Less output to the console.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosousadias committed Nov 15, 2023
1 parent b5ebf56 commit 0a91fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ private void updateState() {
plans.put(id, received.getPlan());
}
if (sb.length() > 0) {
NeptusLog.pub().info(sb);
NeptusLog.pub().info(sb.substring(0, 100));
}
}
catch (TimeoutException e) {
Expand Down

0 comments on commit 0a91fc0

Please sign in to comment.