MassManager: use Logger ***everywhere***.
This commit is contained in:
parent
8625f8835c
commit
83e9169dae
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ void MassManager::refreshStagedMasses() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void MassManager::refreshStagedMass(Containers::StringView filename) {
|
void MassManager::refreshStagedMass(Containers::StringView filename) {
|
||||||
Utility::Debug{} << "Refreshing staged unit with filename" << filename;
|
LOG_INFO_FORMAT("Refreshing staged unit with filename {}.", filename);
|
||||||
|
|
||||||
bool file_exists = Utility::Path::exists(Utility::Path::join(_stagingAreaDirectory, filename));
|
bool file_exists = Utility::Path::exists(Utility::Path::join(_stagingAreaDirectory, filename));
|
||||||
auto it = _stagedMasses.find(filename);
|
auto it = _stagedMasses.find(filename);
|
||||||
|
|
Loading…
Reference in a new issue