Control: tags -1 + patch fixed-upstream

Hello Ole,

This purify bug is very similar to the sopt one that you fixed.
https://bugs.debian.org/884214
https://bugs.debian.org/884219

Suitable patch is attached. It's from upstream git:
https://github.com/basp-group/purify/commit/032209d3f

Regards
Juhani
From: Mayeul d'Avezac <m.dave...@ucl.ac.uk>
Date: Wed, 12 Oct 2016 15:42:49 +0100
Origin: https://github.com/basp-group/purify/commit/032209d3fd8a558cf231b76b565b26b78f47faa9.patch
Bug-Debian: https://bugs.debian.org/884214
Subject: spdlog modified API

So disabling color output for now
---
 cpp/purify/logging.enabled.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/cpp/purify/logging.enabled.h
+++ b/cpp/purify/logging.enabled.h
@@ -12,7 +12,7 @@
 //! \brief Initializes a logger.
 //! \details Logger only exists as long as return is kept alive.
 inline std::shared_ptr<spdlog::logger> initialize(std::string const &name = "") {
-  auto const result = spdlog::stdout_logger_mt(default_logger_name() + name, color_logger());
+  auto const result = spdlog::stdout_logger_mt(default_logger_name() + name);
   set_level(default_logging_level(), name);
   return result;
 }

Reply via email to