Skip to content

Commit

Permalink
Stop crashing on register..
Browse files Browse the repository at this point in the history
  • Loading branch information
luto committed Apr 15, 2013
1 parent 8b569f0 commit 3fcab51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documenttypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exports.onLogout = function (user, res, cb)

exports.onCreateUser = function (user, cb)
{
logger.debug("User register '%s'", user.username, type.name);
logger.debug("User register '%s'", user.username);
async.eachSeries(Object.keys(documentTypes),
function (type, cb)
{
Expand Down

0 comments on commit 3fcab51

Please sign in to comment.