Skip to content

Commit

Permalink
#1 add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Dec 5, 2019
1 parent 0b0b9c8 commit 07eb9f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private AuthResponse authenticateAgainstIRODS(String username, String password,
// Getting iRODS protocol set
logger.debug("Creating IRODSAccount object.");
this.irodsAccount = IRODSAccount.instance(this.irodsHost, Integer.parseInt(this.irodsPort), username, password,
"", this.irodsZoneName, "demoResc");
"", this.irodsZoneName, "");
this.irodsAccount.setAuthenticationScheme(authScheme);
// this.irodsAccount.setAuthenticationScheme(AuthScheme.findTypeByString(this.irodsAuthScheme));
logger.debug("configured auth scheme:{}", irodsAuthScheme);
Expand Down

0 comments on commit 07eb9f1

Please sign in to comment.