summaryrefslogtreecommitdiff
path: root/notes1.go
diff options
context:
space:
mode:
Diffstat (limited to 'notes1.go')
-rw-r--r--notes1.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/notes1.go b/notes1.go
index c893273..acdc48b 100644
--- a/notes1.go
+++ b/notes1.go
@@ -13,10 +13,10 @@ func doDebug() {
if err := me.forge.Repos.ConfigSave(); err != nil {
err := ValidateProtoUTF8(me.forge.Repos)
if err != nil {
- log.Printf("Protobuf UTF-8 validation failed: %v\n", err)
+ fmt.Printf("Protobuf UTF-8 validation failed: %v\n", err)
}
if err := bugpb.SanitizeProtoUTF8(me.forge.Repos); err != nil {
- log.Fatalf("Sanitization failed: %v", err)
+ fmt.Fatalf("Sanitization failed: %v", err)
}
}
// badExit(err)