libgocryptfs/internal/toggledlog
Jakob Unterwurzacher 0c80cca674 toggledlog: convert remaing naked fmt.Print*
Several fatal errors were just printed to stdout, which
meant they were invisible when running the test suite.

Fix this by introducing toggledlog.Fatal and convert as
follows:

Fatal errors     -> toggledlog.Fatal
Warnings         -> toggledlog.Warn
Password prompts -> fmt.Fprintf
2016-06-05 14:32:07 +02:00
..
log.go toggledlog: convert remaing naked fmt.Print* 2016-06-05 14:32:07 +02:00
log_go1.4.go Major refactoring: Split up "cryptfs" into several internal packages 2016-02-06 19:22:35 +01:00
log_go1.5.go Major refactoring: Split up "cryptfs" into several internal packages 2016-02-06 19:22:35 +01:00