Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
81c64768
Commit
81c64768
authored
Sep 27, 2015
by
Juan Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1760 from MichaelMure/missing_new_line
Add a new line in the output of ipfs log level
parents
00209184
f9af496a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/commands/log.go
core/commands/log.go
+1
-1
No files found.
core/commands/log.go
View file @
81c64768
...
...
@@ -58,7 +58,7 @@ output of a running daemon.
return
}
s
:=
fmt
.
Sprintf
(
"Changed log level of '%s' to '%s'"
,
subsystem
,
level
)
s
:=
fmt
.
Sprintf
(
"Changed log level of '%s' to '%s'
\n
"
,
subsystem
,
level
)
log
.
Info
(
s
)
res
.
SetOutput
(
&
MessageOutput
{
s
})
},
...
...
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