Skip to content

Commit

Permalink
Log announce URL
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed Nov 17, 2019
1 parent 8bd724c commit 2fa7689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ void DeRestPluginPrivate::internetDiscoveryFinishedRequest(QNetworkReply *reply)
gwAnnounceVital = 0;
}
gwAnnounceVital++;
DBG_Printf(DBG_INFO, "Announced to internet\n");
DBG_Printf(DBG_INFO, "Announced to internet %s\n", qPrintable(gwAnnounceUrl));
internetDiscoveryExtractGeo(reply);
#ifdef ARCH_ARM
// currently this is only supported for the RaspBee Gateway
Expand Down

0 comments on commit 2fa7689

Please sign in to comment.