Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
liming6
dcu-process-montor
Commits
b7bee696
Commit
b7bee696
authored
Feb 23, 2026
by
liming6
Browse files
fix 修改报错输出,便于排查问题
parent
a99372b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmd/hytop/main.go
cmd/hytop/main.go
+1
-1
No files found.
cmd/hytop/main.go
View file @
b7bee696
...
@@ -49,7 +49,7 @@ func main() {
...
@@ -49,7 +49,7 @@ func main() {
log
.
Fatalf
(
"error create program; %v"
,
err
)
log
.
Fatalf
(
"error create program; %v"
,
err
)
}
}
}
else
{
}
else
{
log
.
Print
ln
(
"init model error
, dcu may be unhealthy"
)
log
.
Print
f
(
"init
main
model error
: %v
\n
"
,
err
)
}
}
backend
.
Shutdown
()
backend
.
Shutdown
()
os
.
Exit
(
0
)
os
.
Exit
(
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment