Skip to content

Commit

Permalink
Update metagraph/src/graph/representation/hash/dbg_sshash.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusta authored Mar 21, 2024
1 parent 39f6713 commit 7253f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metagraph/src/graph/representation/hash/dbg_sshash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 7253f08

Please sign in to comment.