summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/IpHelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'datapath-windows/ovsext/IpHelper.c')
-rw-r--r--datapath-windows/ovsext/IpHelper.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/datapath-windows/ovsext/IpHelper.c b/datapath-windows/ovsext/IpHelper.c
index 548833d2a..e995e56ae 100644
--- a/datapath-windows/ovsext/IpHelper.c
+++ b/datapath-windows/ovsext/IpHelper.c
@@ -938,7 +938,7 @@ OvsRegisterChangeNotification()
status = NotifyRouteChange2(AF_INET, OvsChangeCallbackIpRoute, &dummy,
TRUE, &ipRouteNotificationHandle);
if (status != STATUS_SUCCESS) {
- OVS_LOG_ERROR("Fail to regiter ip route change, status: %x.",
+ OVS_LOG_ERROR("Failed to register IP route change, status: %x.",
status);
goto register_cleanup;
}
@@ -947,7 +947,8 @@ OvsRegisterChangeNotification()
NULL, TRUE,
&unicastIPNotificationHandle);
if (status != STATUS_SUCCESS) {
- OVS_LOG_ERROR("Fail to regiter unicast ip change, status: %x.", status);
+ OVS_LOG_ERROR("Failed to register UNICAST IP change, status: %x.",
+ status);
}
register_cleanup:
if (status != STATUS_SUCCESS) {