mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
db_ido: Fix debug log level.
This commit is contained in:
parent
400fe5e13c
commit
7a6139a219
@ -509,7 +509,7 @@ void IdoMysqlConnection::ExecuteQuery(const DbQuery& query)
|
|||||||
}
|
}
|
||||||
if (type == DbQueryInsert && query.Table == "notifications") { // FIXME remove hardcoded table name
|
if (type == DbQueryInsert && query.Table == "notifications") { // FIXME remove hardcoded table name
|
||||||
m_LastNotificationID = GetLastInsertID();
|
m_LastNotificationID = GetLastInsertID();
|
||||||
Log(LogWarning, "db_ido", "saving contactnotification notification_id=" + Convert::ToString(static_cast<long>(m_LastNotificationID)));
|
Log(LogDebug, "db_ido", "saving contactnotification notification_id=" + Convert::ToString(static_cast<long>(m_LastNotificationID)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user