Skip to content

Commit

Permalink
Bugfix release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoranj committed Sep 7, 2016
1 parent 825aea0 commit ffe39da
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 184 deletions.
2 changes: 1 addition & 1 deletion lib/services/groups/groupRegistryMongoDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function findBy(fields) {
}

function update(id, body, callback) {
logger.debug("Storing updated values for configuration [%s]:\n%s", id, JSON.stringify(body, null, 4));
logger.debug('Storing updated values for configuration [%s]:\n%s', id, JSON.stringify(body, null, 4));
getById(id, function(error, group) {
if (error) {
callback(error);
Expand Down
Loading

0 comments on commit ffe39da

Please sign in to comment.