Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Hind-M <70631848+Hind-M@users.noreply.github.com>
  • Loading branch information
jaimergp and Hind-M committed Oct 10, 2024
1 parent 2068eef commit e78a1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmamba/src/core/repo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ namespace mamba
}
catch (const std::exception& e)
{
LOG_INFO << "Could not write libsolv solv file for " << json_file << ": " << e.what();
LOG_WARNING << "Could not write libsolv solv file for " << json_file << ": " << e.what();
}
}
}
Expand Down

0 comments on commit e78a1ec

Please sign in to comment.