From 505b6b044b132b28e1501491bcfe6bd68ca1989e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 19 May 2020 01:02:44 +0100 Subject: refactor(3p/nix/libstore): Replace logging.h with glog --- third_party/nix/src/libstore/misc.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/nix/src/libstore/misc.cc') diff --git a/third_party/nix/src/libstore/misc.cc b/third_party/nix/src/libstore/misc.cc index d1c4dc1550eb..513940459736 100644 --- a/third_party/nix/src/libstore/misc.cc +++ b/third_party/nix/src/libstore/misc.cc @@ -1,3 +1,4 @@ +#include #include "derivations.hh" #include "globals.hh" #include "local-store.hh" @@ -99,8 +100,7 @@ void Store::queryMissing(const PathSet& targets, PathSet& willBuild_, PathSet& willSubstitute_, PathSet& unknown_, unsigned long long& downloadSize_, unsigned long long& narSize_) { - Activity act(*logger, lvlDebug, actUnknown, - "querying info about missing paths"); + LOG(INFO) << "querying info about missing paths"; downloadSize_ = narSize_ = 0; -- cgit 1.4.1