Skip to content

Commit

Permalink
Merge pull request #10 from ashaybatwal/master
Browse files Browse the repository at this point in the history
Log Starteam connection establishment messages
  • Loading branch information
patrick-higgins committed Mar 28, 2014
2 parents 3ee761d + 1bc22ef commit e08b440
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -124,6 +124,7 @@ public StarTeamCheckoutActor(String hostname, int port, String user,
*/
public Boolean invoke(File workspace, VirtualChannel channel)
throws IOException {
listener.getLogger().println("Initializing StarTeam connection ...");
StarTeamConnection connection = new StarTeamConnection(
hostname, port, user, passwd,
projectname, viewname, foldername, config);
Expand All @@ -133,6 +134,7 @@ public Boolean invoke(File workspace, VirtualChannel channel)
listener.getLogger().println(e.getLocalizedMessage());
return false;
}
listener.getLogger().println("Initialized StarTeam connection.");

listener.getLogger().print("Computing change set ");

Expand Down

0 comments on commit e08b440

Please sign in to comment.