diff --git a/lib/db_ido/dbconnection.cpp b/lib/db_ido/dbconnection.cpp index eebf0056a..6d82e1c63 100644 --- a/lib/db_ido/dbconnection.cpp +++ b/lib/db_ido/dbconnection.cpp @@ -121,6 +121,9 @@ void DbConnection::InsertRuntimeVariable(const String& key, const Value& value) void DbConnection::ProgramStatusHandler(void) { + Log(LogNotice, "DbConnection") + << "Updating programstatus table."; + DbQuery query1; query1.Table = "programstatus"; query1.Type = DbQueryDelete; diff --git a/lib/db_ido/dbevents.cpp b/lib/db_ido/dbevents.cpp index 4af88285d..ef90e35b5 100644 --- a/lib/db_ido/dbevents.cpp +++ b/lib/db_ido/dbevents.cpp @@ -1316,7 +1316,7 @@ void DbEvents::AddCheckableCheckHistory(const Checkable::Ptr& checkable, const C return; Log(LogDebug, "DbEvents") - << "add service check history for '" << checkable->GetName() << "'"; + << "add checkable check history for '" << checkable->GetName() << "'"; Host::Ptr host; Service::Ptr service;