From 37b592f586b876613184e0cfdcc1ea7ee466c5b9 Mon Sep 17 00:00:00 2001 From: VAIBHAV-25 <55956316+VAIBHAV-25@users.noreply.github.com> Date: Tue, 1 Oct 2019 20:12:39 +0530 Subject: [PATCH] Update 10.2.c --- 10.2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10.2.c b/10.2.c index 399470b..67a6fcc 100644 --- a/10.2.c +++ b/10.2.c @@ -26,7 +26,7 @@ int main(void) for (; ;) { if (NULL == (ptr = getpwnam("vagrant"))) { - printf("getpwnam error\n"); + printf("!!! getpwnam error !!!\n"); exit(-1); }