Skip to content

Commit f3071c0

Browse files
committed
chore: fix codeql warning
Signed-off-by: Rob Walworth <[email protected]>
1 parent a5697ec commit f3071c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Hiero/Client/NetworkUpdateTask.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ internal actor NetworkUpdateTask {
175175

176176
// Log successful update with structured format
177177
print(
178-
"[Hiero.NetworkUpdate] Consensus network updated successfully with \(newNetwork.nodes.count) nodes"
178+
"[Hiero.NetworkUpdate] Consensus network updated successfully"
179179
)
180180

181181
} catch let error as HError {

0 commit comments

Comments
 (0)