From 7253f08ce0d6dea60690c69da175acbff5074529 Mon Sep 17 00:00:00 2001 From: Harun Mustafa Date: Thu, 21 Mar 2024 13:32:56 +0100 Subject: [PATCH] Update metagraph/src/graph/representation/hash/dbg_sshash.cpp --- metagraph/src/graph/representation/hash/dbg_sshash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagraph/src/graph/representation/hash/dbg_sshash.cpp b/metagraph/src/graph/representation/hash/dbg_sshash.cpp index 9a04f7555e..4b48175e9f 100644 --- a/metagraph/src/graph/representation/hash/dbg_sshash.cpp +++ b/metagraph/src/graph/representation/hash/dbg_sshash.cpp @@ -269,7 +269,7 @@ void DBGSSHash::serialize(std::ostream &out) const { void DBGSSHash::serialize(const std::string &filename) const { std::string suffixed_filename = utils::make_suffix(filename, kExtension); - essentials::logger("saving data structure to disk..."); + common::logger->trace("saving data structure to disk..."); essentials::save(*dict_, suffixed_filename.c_str()); essentials::logger("DONE"); }