From 2d47d51fccdfeb036a84a85c61ac7a0431560963 Mon Sep 17 00:00:00 2001 From: pcarana Date: Fri, 24 Apr 2020 13:52:07 -0500 Subject: [PATCH] Fix typo at error message --- src/updates_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."); -- 2.47.2