diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2021-08-31 00:23:45 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2021-08-31 00:23:45 -0500 |
commit | f7d6def397205c87aaac119b16ac746e990aab1f (patch) | |
tree | ebd7ddb136a1dced076b176e5055ef40c79afd6c /debian/patches/golang-1.3-compat-remove-prefix-logging | |
parent | d734617891a6375e64fca59e342d273b9d66d24e (diff) | |
download | deb-planr-f7d6def397205c87aaac119b16ac746e990aab1f.tar.xz deb-planr-f7d6def397205c87aaac119b16ac746e990aab1f.zip |
Reapply patches
Diffstat (limited to 'debian/patches/golang-1.3-compat-remove-prefix-logging')
-rw-r--r-- | debian/patches/golang-1.3-compat-remove-prefix-logging | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/golang-1.3-compat-remove-prefix-logging b/debian/patches/golang-1.3-compat-remove-prefix-logging new file mode 100644 index 0000000..08a1a9e --- /dev/null +++ b/debian/patches/golang-1.3-compat-remove-prefix-logging @@ -0,0 +1,14 @@ +Index: planr/cmd/planr/main.go +=================================================================== +--- planr.orig/cmd/planr/main.go ++++ planr/cmd/planr/main.go +@@ -28,8 +28,7 @@ func dieUsage() { + + func main() { + +- log.SetFlags(log.Llongfile | log.Lmsgprefix) +- log.SetPrefix("planr: ") ++ log.SetFlags(log.Llongfile) + + if len(os.Args) < 2 { + dieUsage() |