diff options
Diffstat (limited to 'ceres/0001-Disable-logging-time-stamps.patch')
-rw-r--r-- | ceres/0001-Disable-logging-time-stamps.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ceres/0001-Disable-logging-time-stamps.patch b/ceres/0001-Disable-logging-time-stamps.patch new file mode 100644 index 0000000..1fffb28 --- /dev/null +++ b/ceres/0001-Disable-logging-time-stamps.patch @@ -0,0 +1,25 @@ +From dc488654d653ae05f1bf22603955f5a9b967ccd6 Mon Sep 17 00:00:00 2001 +From: xengineering <me@xengineering.eu> +Date: Wed, 22 May 2024 20:09:34 +0200 +Subject: [PATCH] Disable logging time stamps + +--- + main.go | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/main.go b/main.go +index b77c803..c0ac533 100644 +--- a/main.go ++++ b/main.go +@@ -13,6 +13,8 @@ import ( + ) + + func main() { ++ log.SetFlags(0) ++ + flag.Parse() + + if flags.version { +-- +2.45.1 + |