projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b3be2
)
cpu: warning about no of cpus
author
Robert Swiecki
<robert@swiecki.net>
Mon, 19 Jun 2017 17:11:53 +0000
(19:11 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Mon, 19 Jun 2017 17:11:53 +0000
(19:11 +0200)
cpu.c
patch
|
blob
|
history
diff --git
a/cpu.c
b/cpu.c
index 4c10e37974bca696f7c04c418354cbe1c07969d2..63700637c86be04442708acbf54d5afb73897bff 100644
(file)
--- a/
cpu.c
+++ b/
cpu.c
@@
-53,7
+53,7
@@
bool cpuInit(struct nsjconf_t *nsjconf)
return false;
}
if (nsjconf->max_cpu_num >= (size_t) all_cpus) {
- LOG_
D("Requested number of CPUs '%zu' is bigger that CPUs online '%ld'
",
+ LOG_
W("Requested number of CPUs:%zu is bigger than CPUs online:%ld
",
nsjconf->max_cpu_num, all_cpus);
return true;
}