Skip to content

Commit

Permalink
Print message on stderr (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Mar 30, 2023
1 parent 4317ba3 commit b560567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ public void run() {

// Only after this point nailgun server is ready to accept connections on all platforms.
// test_ng.py on *nix relies on reading this line from stdout to start connecting to server.
out.println("NGServer "
err.println("NGServer "
+ NGConstants.VERSION
+ " started on "
+ listeningAddress.toString()
Expand Down

0 comments on commit b560567

Please sign in to comment.