projects
/
platform
/
core
/
dotnet
/
launcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7ce7a5
)
Fix log message
author
Woongsuk Cho
<ws77.cho@samsung.com>
Tue, 19 Nov 2024 07:43:02 +0000
(16:43 +0900)
committer
조웅석/MDE Lab(SR)/삼성전자
<ws77.cho@samsung.com>
Tue, 19 Nov 2024 10:46:35 +0000
(19:46 +0900)
NativeLauncher/tool/dotnettool.cc
patch
|
blob
|
history
diff --git
a/NativeLauncher/tool/dotnettool.cc
b/NativeLauncher/tool/dotnettool.cc
index baaa2ec27b9a6e8d6fdf7da63106e4af1d8e5878..6b6169b59f2bc5650c380cf1f13d6499c06d2e24 100644
(file)
--- a/
NativeLauncher/tool/dotnettool.cc
+++ b/
NativeLauncher/tool/dotnettool.cc
@@
-412,7
+412,7
@@
int main(int argc, char* argv[])
try {
opt->threadNum = argv[i];
if (std::stoi(argv[i]) < 1) {
- _SERR("Number of threads should be bigger than
1
(input : %s)", argv[i]);
+ _SERR("Number of threads should be bigger than
0
(input : %s)", argv[i]);
DisplayUsage();
return -1;
}