mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Remove extra newline in error log
Introduced in 149594f974 (Initial revision, 2005-09-20).
This commit is contained in:
@@ -592,10 +592,7 @@ fn throwing_main() -> i32 {
|
||||
if res.is_err() {
|
||||
flog!(
|
||||
warning,
|
||||
sprintf!(
|
||||
"%s\n",
|
||||
wgettext_fmt!("Error while reading file %s", path.to_string_lossy())
|
||||
)
|
||||
wgettext_fmt!("Error while reading file %s", path.to_string_lossy())
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user