Update log statements
Use filesystem path conversion to string() instead of c_str(). Windows may otherwise output an address.
This commit is contained in:
@@ -237,7 +237,7 @@ namespace cryptonote
|
||||
|
||||
folder /= db->get_db_name();
|
||||
|
||||
LOG_PRINT_L0("Loading blockchain from folder " << folder.c_str() << " ...");
|
||||
LOG_PRINT_L0("Loading blockchain from folder " << folder.string() << " ...");
|
||||
|
||||
const std::string filename = folder.string();
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user