summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2024-04-03 19:31:48 +0200
committerThomas Markwalder <tmark@isc.org>2024-04-03 19:31:48 +0200
commitf39b4692f8f707cda35c34c2e839b8da34517e58 (patch)
tree0a8b0cc17c8fb983a3127d8edfa0df399e188e19 /src
parent[#3297] Fixed broken test (diff)
downloadkea-f39b4692f8f707cda35c34c2e839b8da34517e58.tar.xz
kea-f39b4692f8f707cda35c34c2e839b8da34517e58.zip
[#3297] Updated ARM, added a ChangeLog
Diffstat (limited to 'src')
-rw-r--r--src/hooks/dhcp/perfmon/perfmon_messages.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/dhcp/perfmon/perfmon_messages.cc b/src/hooks/dhcp/perfmon/perfmon_messages.cc
index 32edeff45a..7c390503ca 100644
--- a/src/hooks/dhcp/perfmon/perfmon_messages.cc
+++ b/src/hooks/dhcp/perfmon/perfmon_messages.cc
@@ -20,7 +20,7 @@ extern const isc::log::MessageID PERFMON_INIT_OK = "PERFMON_INIT_OK";
namespace {
const char* values[] = {
- "PERFMON_ALARM_CLEARED", "Alarm for %1 has been cleared, reported average duration %2 is now beloe low-water-ms: %3",
+ "PERFMON_ALARM_CLEARED", "Alarm for %1 has been cleared, reported average duration %2 is now below low-water-ms: %3",
"PERFMON_ALARM_TRIGGERED", "Alarm for %1 has been triggered since %2, reported average duration %3 exceeds high-water-ms: %4",
"PERFMON_DEINIT_FAILED", "unloading PerfMon hooks library failed: %1",
"PERFMON_DEINIT_OK", "unloading PerfMon hooks library successful",