Skip to content

Commit

Permalink
Update SSj badge to say "SSj CLI"
Browse files Browse the repository at this point in the history
This hopefully makes it more obvious that the badge is there because a
debugger is attached.  Just showing "SSj" was a bit vague.
  • Loading branch information
fatcerberus committed Dec 23, 2022
1 parent 0e6bf8b commit 7e6e80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssj/inferior.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ inferior_new(const char* hostname, int port, bool show_trace)
// set watermark (shown on bottom left)
request = ki_message_new(KI_REQ);
ki_message_add_int(request, KI_REQ_WATERMARK);
ki_message_add_string(request, "SSj");
ki_message_add_string(request, "SSj CLI");
ki_message_add_int(request, 255);
ki_message_add_int(request, 224);
ki_message_add_int(request, 0);
Expand Down

0 comments on commit 7e6e80a

Please sign in to comment.