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); }