From f94ad3c40b0ef39bd639b2532ab85c1145efeb0b Mon Sep 17 00:00:00 2001 From: Warlock-Dalbaeb Date: Wed, 9 Aug 2017 16:58:34 +0700 Subject: [PATCH] deleted extra information for the final user --- vanity.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanity.hpp b/vanity.hpp index 1da3c8a..08e5dfd 100644 --- a/vanity.hpp +++ b/vanity.hpp @@ -16,9 +16,9 @@ #define INIT_CPUS(count_cpu){\ cpu = CPU_ALLOC(count_cpu-1);\ if (cpu == NULL) {\ +std::cout << "CPU_ALLOC error" << std::endl;\ return 1;\ }\ -std::cout << "Succefully CPU_ALLOC" << std::endl;\ }