Skip to content

Commit

Permalink
typo: instantiate log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Johnson committed Jun 29, 2015
1 parent 9804b40 commit a3e480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/gitblit/manager/UserManager.java
Expand Up @@ -120,7 +120,7 @@ public UserManager start() {
File realmFile = runtimeManager.getFileOrFolder(Keys.realm.userService, "${baseFolder}/users.conf");
service = createUserService(realmFile);
} catch (InstantiationException | IllegalAccessException e) {
logger.error("failed to instanciate user service {}: {}", realm, e.getMessage());
logger.error("failed to instantiate user service {}: {}", realm, e.getMessage());
}
}
setUserService(service);
Expand Down

0 comments on commit a3e480e

Please sign in to comment.