From 6d3bd27220c80eb58a11b75054fbbcf67e50cc28 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 27 Dec 2025 02:25:18 +0900 Subject: cmd/sharefs: expand fuse_main This change should not change behaviour other than making output more consistent. Signed-off-by: Ophestra --- cmd/sharefs/main.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmd/sharefs/main.go') diff --git a/cmd/sharefs/main.go b/cmd/sharefs/main.go index 60924e06..c90c8624 100644 --- a/cmd/sharefs/main.go +++ b/cmd/sharefs/main.go @@ -4,7 +4,6 @@ import ( "log" "os" "path" - "runtime" ) // executableName is the [path.Base] name of the executable that started the current process. @@ -19,7 +18,6 @@ var executableName = func() string { }() func main() { - runtime.LockOSThread() log.SetFlags(0) log.SetPrefix(executableName + ": ") -- cgit v1.3.1