Skip to content

Commit

Permalink
Slightly better server status logging
Browse files Browse the repository at this point in the history
  • Loading branch information
robinverduijn committed Jul 22, 2013
1 parent 66f2650 commit 3ea42e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/p4idea/ui/UserInput.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public static void displayPerforceInfo( JPanel panel, IServerInfo info )
public static List<String> getPerforceInfo( IServerInfo info )
{
List<String> message = new ArrayList<>();
message.add( String.format( "Server: %s", info.getServerAddress() ) );
message.add( String.format( "User: %s", info.getUserName() ) );
message.add( String.format( "Client: %s", info.getClientName() ) );
message.add( String.format( "Root: %s", info.getClientRoot() ) );
Expand Down

0 comments on commit 3ea42e1

Please sign in to comment.