Skip to content

Commit 1fe8847

Browse files
committed
better logging
Signed-off-by: Hendrik Ebbers <[email protected]>
1 parent 5c66a57 commit 1fe8847

File tree

1 file changed

+1
-1
lines changed
  • hiero-enterprise-spring-sample/src/main/java/com/openelements/hiero/spring/sample

1 file changed

+1
-1
lines changed

hiero-enterprise-spring-sample/src/main/java/com/openelements/hiero/spring/sample/HieroEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public HieroEndpoint(final AccountClient client) {
1919
public String createAccount() {
2020
try {
2121
final Account account = client.createAccount();
22-
return "Account created!";
22+
return "Account " + account.accountId() + " created!";
2323
} catch (final Exception e) {
2424
throw new RuntimeException("Error in Hedera call", e);
2525
}

0 commit comments

Comments
 (0)