Skip to content

Commit 939fdd3

Browse files
committed
feat(hard_fork):optimize log
1 parent d944041 commit 939fdd3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

chainbase/src/main/java/org/tron/common/utils/ForkController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ public void checkLocalVersion() {
243243
}
244244
}
245245
if (latestVersion > systemVersion) {
246-
throw new RuntimeException("Version check failed, please upgrade to the latest version," +
247-
" latestVersion:" + latestVersion + ", systemVersion:" + systemVersion);
246+
throw new RuntimeException("Version check failed, please upgrade to the latest version");
248247
}
249248
}
250249
}

0 commit comments

Comments
 (0)