diff options
Diffstat (limited to 'internal/output.go')
| -rw-r--r-- | internal/output.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/output.go b/internal/output.go index a00cc21e..36eb8105 100644 --- a/internal/output.go +++ b/internal/output.go @@ -6,7 +6,7 @@ import ( "git.gensokyo.uk/security/hakurei/system" ) -func InstallFmsg(verbose bool) { +func InstallOutput(verbose bool) { hlog.Store(verbose) sandbox.SetOutput(hlog.Output{}) system.SetOutput(hlog.Output{}) |
