Skip to content

Commit

Permalink
SERVER-12286 Fix incomplete error message in role graph initializatio…
Browse files Browse the repository at this point in the history
…n code
  • Loading branch information
stbrody committed Jan 21, 2014
1 parent 6d460f4 commit f65a0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo/db/auth/authz_manager_external_state_local.cpp
Expand Up @@ -52,7 +52,7 @@ namespace mongo {
}
else {
error() << "Could not generate role graph from admin.system.roles; "
"only system roles available. TODO EXPLAIN REMEDY. " << status;
"only system roles available: " << status;
}
}

Expand Down

0 comments on commit f65a0b8

Please sign in to comment.