From: pcarana Date: Fri, 24 Apr 2020 18:52:07 +0000 (-0500) Subject: Fix typo at error message X-Git-Tag: v1.2.1~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d47d51fccdfeb036a84a85c61ac7a0431560963;p=thirdparty%2FFORT-validator.git Fix typo at error message --- diff --git a/src/updates_daemon.c b/src/updates_daemon.c index 2306d694..54c3de61 100644 --- a/src/updates_daemon.c +++ b/src/updates_daemon.c @@ -34,7 +34,7 @@ check_vrps_updates(void *param_void) if (changed) { error = notify_clients(); if (error) - pr_debug("Could't notify clients of the new VRPs. (Error code %d.) Sleeping...", + pr_debug("Couldn't notify clients of the new VRPs. (Error code %d.) Sleeping...", error); else pr_debug("Database updated successfully. Sleeping...");