From 55f8f712fb2808ff9e4c478d75aaf7895aa55c84 Mon Sep 17 00:00:00 2001
From: Ton Voon <tonvoon@users.sourceforge.net>
Date: Fri, 20 Feb 2004 03:00:19 +0000
Subject: - compiler warning removed (but usage2 messages badly broken)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@812 f882894a-f735-0410-b71e-b25c423dba1c
---
 plugins/check_procs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins')

diff --git a/plugins/check_procs.c b/plugins/check_procs.c
index 64e62dde..782a9a11 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -376,7 +376,7 @@ process_arguments (int argc, char **argv)
 				pw = getpwuid ((uid_t) uid);
 				/*  check to be sure user exists */
 				if (pw == NULL)
-					usage2 (_("UID %d was not found\n"), uid);
+					usage2 (_("UID %s was not found\n"), optarg);
 			}
 			else {
 				pw = getpwnam (optarg);
-- 
cgit v1.2.3-74-g34f1