Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Fixed logging statement (#4210)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
  • Loading branch information
cweitkamp authored and Simon Kaufmann committed Sep 7, 2017
1 parent 83ffd41 commit c9eb6f2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ public Thing createThingOfType(ThingTypeUID thingTypeUID, ThingUID thingUID, Thi
return thing;
}
}
logger.warn("Cannot create thing. No binding found that supports creating a thing" + " of type {}.",
thingTypeUID);
logger.warn("Cannot create thing. No binding found that supports creating a thing of type '{}'.", thingTypeUID);
return null;
}

Expand Down

0 comments on commit c9eb6f2

Please sign in to comment.