Browse Source

[3221] Corrected typo and spelling in new log message

Also ran dhcp_ddns_messages.mes through reorder tool.
Thomas Markwalder 11 years ago
parent
commit
412fdad4d0
1 changed files with 10 additions and 10 deletions
  1. 10 10
      src/lib/dhcp_ddns/dhcp_ddns_messages.mes

+ 10 - 10
src/lib/dhcp_ddns/dhcp_ddns_messages.mes

@@ -45,6 +45,12 @@ start another send after completing the send of the previous request.  While
 possible, this is highly unlikely and is probably a programmatic error.  The
 possible, this is highly unlikely and is probably a programmatic error.  The
 application should recover on its own.
 application should recover on its own.
 
 
+% DHCP_DDNS_NCR_UDP_CLEAR_READY_ERROR NCR UDP watch socket failed to clear: %1
+This is an error message that indicates the application was unable to reset the
+UDP NCR sender ready status after completing a send.  This is programmatic error
+that should be reported.  The application may or may not continue to operate
+correctly.
+
 % DHCP_DDNS_NCR_UDP_RECV_CANCELED UDP socket receive was canceled while listening for DNS Update requests: %1
 % DHCP_DDNS_NCR_UDP_RECV_CANCELED UDP socket receive was canceled while listening for DNS Update requests: %1
 This is an informational  message indicating that the listening over a UDP socket for DNS update requests has been canceled.  This is a normal part of suspending listening operations.
 This is an informational  message indicating that the listening over a UDP socket for DNS update requests has been canceled.  This is a normal part of suspending listening operations.
 
 
@@ -75,20 +81,14 @@ caught in the application's send completion handler.  This is a programmatic
 error that needs to be reported.  Dependent upon the nature of the error the
 error that needs to be reported.  Dependent upon the nature of the error the
 client may or may not continue operating normally.
 client may or may not continue operating normally.
 
 
-% DHCP_DDNS_WATCH_SOURCE_CLOSE_ERROR Source-side watch socket failed to close: %1
+% DHCP_DDNS_WATCH_SINK_CLOSE_ERROR Sink-side watch socket failed to close: %1
 This is an error message that indicates the application was unable to close
 This is an error message that indicates the application was unable to close
-the outbound side of a NCR sender's watch socket.  While technically possible
+the inbound side of a NCR sender's watch socket.  While technically possible
 this error is highly unlikely to occur and should not impair the application's
 this error is highly unlikely to occur and should not impair the application's
 ability to process requests.
 ability to process requests.
 
 
-% DHCP_DDNS_WATCH_SINK_CLOSE_ERROR Sink-side watch socket failed to close: %1
+% DHCP_DDNS_WATCH_SOURCE_CLOSE_ERROR Source-side watch socket failed to close: %1
 This is an error message that indicates the application was unable to close
 This is an error message that indicates the application was unable to close
-the inbound side of a NCR sender's watch socket.  While technically possible
+the outbound side of a NCR sender's watch socket.  While technically possible
 this error is highly unlikely to occur and should not impair the application's
 this error is highly unlikely to occur and should not impair the application's
 ability to process requests.
 ability to process requests.
-
-% DHCP_DDNS_NCR_UDP_CLEAR_READY_ERROR NCR UPD watch socket failed to clear: %1
-This is an error message that indicates the application was unable to reset the
-UDP NCR sender ready status after completing a send.  This is programmatic error
-that should be reported.  The application may or may not continue to operator
-correctly.