Skip to content

Commit

Permalink
v7.2.16 check device uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
iamruinous committed Apr 10, 2017
1 parent d5ee603 commit cfac003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "command-and-control-service",
"version": "7.2.15",
"version": "7.2.16",
"description": "command-and-control-service an Octoblu Service",
"keywords": [
"Octoblu",
Expand Down
2 changes: 1 addition & 1 deletion src/services/message-service.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class MessageService
return unlockCallback() if _.isEmpty @rulesets

@resolve (error) =>
debug("failed to resolve #{uuid}") if error?
debug("failed to resolve #{uuid} for device #{@device.uuid}") if error?
return unlockCallback @_errorHandler(error) if error?

async.map @rulesets, async.apply(@_getRulesetWithLock, lock), (error, rulesMap) =>
Expand Down

0 comments on commit cfac003

Please sign in to comment.