Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
hfedcba committed Mar 19, 2017
2 parents 53d06bb + cfedf21 commit 95ef35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HomeMaticCentral.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2952,7 +2952,7 @@ void HomeMaticCentral::handlePairingRequest(int32_t messageCounter, std::shared_
{
if(packet->destinationAddress() != 0 && packet->destinationAddress() != _address)
{
GD::out.printError("Error: Pairing packet rejected, because this peer is already paired to another central.");
GD::out.printError("Error: Pairing packet rejected, because this peer is already paired central with address 0x" + BaseLib::HelperFunctions::getHexString(packet->destinationAddress(), 6) + ".");
return;
}
if(packet->payload()->size() < 17)
Expand Down

0 comments on commit 95ef35b

Please # to comment.