mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-03-22 00:59:09 +01:00
deleted extra information for the final user
This commit is contained in:
parent
ba48d4482e
commit
f94ad3c40b
1 changed files with 1 additions and 1 deletions
|
@ -16,9 +16,9 @@
|
||||||
#define INIT_CPUS(count_cpu){\
|
#define INIT_CPUS(count_cpu){\
|
||||||
cpu = CPU_ALLOC(count_cpu-1);\
|
cpu = CPU_ALLOC(count_cpu-1);\
|
||||||
if (cpu == NULL) {\
|
if (cpu == NULL) {\
|
||||||
|
std::cout << "CPU_ALLOC error" << std::endl;\
|
||||||
return 1;\
|
return 1;\
|
||||||
}\
|
}\
|
||||||
std::cout << "Succefully CPU_ALLOC" << std::endl;\
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue