From 0a07f6015ea9b832c59aad5705d27bb7c50de4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Wed, 20 Feb 2019 12:13:00 +0100 Subject: [PATCH] F #1640: Add host id information on error message --- src/host/Host.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/Host.cc b/src/host/Host.cc index 0941813733..c20534eef5 100644 --- a/src/host/Host.cc +++ b/src/host/Host.cc @@ -188,7 +188,7 @@ int Host::extract_ds_info( { ostringstream ess; - ess << "Error parsing host information: " << error_msg + ess << "Error parsing host " << oid << " information: " << error_msg << ". Monitoring information: " << endl << parse_str; NebulaLog::log("ONE", Log::ERROR, ess);