refactor(3p/nix/libstore): Replace logging.h with glog
This commit is contained in:
parent
ce99ba42df
commit
505b6b044b
25 changed files with 514 additions and 464 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#include <glog/logging.h>
|
||||
#include "archive.hh"
|
||||
#include "builtins.hh"
|
||||
#include "compression.hh"
|
||||
|
|
@ -66,7 +67,7 @@ void builtinFetchurl(const BasicDerivation& drv, const std::string& netrcData) {
|
|||
h.to_string(Base16, false));
|
||||
return;
|
||||
} catch (Error& e) {
|
||||
debug(e.what());
|
||||
LOG(ERROR) << e.what();
|
||||
}
|
||||
|
||||
/* Otherwise try the specified URL. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue