aboutsummaryrefslogtreecommitdiff
path: root/sendusr1.go
diff options
context:
space:
mode:
Diffstat (limited to 'sendusr1.go')
-rw-r--r--sendusr1.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/sendusr1.go b/sendusr1.go
index b95e8db..eab7d11 100644
--- a/sendusr1.go
+++ b/sendusr1.go
@@ -34,7 +34,5 @@ func sendUsr1() {
if err != nil {
fmt.Printf("sendUsr1: Signal: %v\n", err)
}
- } else {
- fmt.Printf("Not running under the gocryptfs wrapper - will not daemonize\n")
}
}