Skip to content

Commit 0fd891d

Browse files
committed
fix heatbeat error log message
1 parent 1b08f50 commit 0fd891d

File tree

1 file changed

+1
-1
lines changed
  • clion-plugin/src/main/kotlin/org/utbot/cpp/clion/plugin/client

1 file changed

+1
-1
lines changed

clion-plugin/src/main/kotlin/org/utbot/cpp/clion/plugin/client/Client.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class Client(
236236
}
237237
}
238238

239-
logger.error { "${e.status} \n${e.message}" }
239+
logger.error { "Failed to ping the server. Status code: ${e.status.code}" }
240240
}
241241
}
242242

0 commit comments

Comments
 (0)