Index: modules/NRPEClient/NRPEClient.cpp
===================================================================
--- modules/NRPEClient/NRPEClient.cpp	(revision 84cdb9bf7198880dba607fda52d79ff29184ab55)
+++ modules/NRPEClient/NRPEClient.cpp	(revision 83c2453bd209bbcbe951741bc2e965e26f0e2f5c)
@@ -205,5 +205,5 @@
 	std::wstring recipient = utf8::cvt<std::wstring>(config.data->recipient.id);
 	if (!targets.has_object(recipient)) {
-		NSC_LOG_ERROR(_T("Target not found (using default): ") + recipient);
+		NSC_DEBUG_MSG(_T("Target not found (using default): ") + recipient);
 		recipient = _T("default");
 	}
