Skip to content

Commit

Permalink
Update JavaLoggingClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Jan 8, 2025
1 parent 9bce23d commit 67568fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/client/src/build/aspect/JavaLoggingClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static void main(String[] args) throws Exception {
JavaLoggingClientLibrary client = new JavaLoggingClientLibrary("localhost", 50051);
System.out.println(
"Enter log messages to send to the server, enter 'exit' to stop the client.");
Scanner scanner = new Scanner(System.in);
Scanner scanner = ne Scanner(System.in);
String message = scanner.nextLine();
while (!message.equals("exit")) {
client.sendLogMessageToServer(message);
Expand Down

0 comments on commit 67568fb

Please sign in to comment.