From d58870a92d1826b3318063c62ea0d88f78928813 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 11 Jan 2017 17:53:19 -0800 Subject: [PATCH] . --- service/SoftwareUpdater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/SoftwareUpdater.cpp b/service/SoftwareUpdater.cpp index dfdf49122..5889e3b81 100644 --- a/service/SoftwareUpdater.cpp +++ b/service/SoftwareUpdater.cpp @@ -370,7 +370,7 @@ void SoftwareUpdater::handleSoftwareUpdateUserMessage(uint64_t origin,const void case VERB_GET_DATA: if ((len >= 21)&&(_dist.size() > 0)) { - printf("<< DATA from %.10llx\n",origin); + printf("<< GET_DATA from %.10llx for %s\n",origin,Utils::hex(reinterpret_cast(data) + 1,16).c_str()); std::map< Array,_D >::iterator d(_dist.find(Array(reinterpret_cast(data) + 1))); if (d != _dist.end()) { unsigned long idx = (unsigned long)*(reinterpret_cast(data) + 17) << 24;