mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[generator] Improve logging
- more logging for various stages start/finish - silenced some too repetitive and common warnings (changed to LDEBUG) Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -188,6 +188,7 @@ void RestrictionWriter::Finish()
|
||||
void RestrictionWriter::Save()
|
||||
{
|
||||
CHECK(!m_stream.is_open(), ("Finish() has not been called."));
|
||||
LOG(LINFO, ("Saving restriction values to", GetFilename()));
|
||||
if (Platform::IsFileExistsByFullPath(GetTmpFilename()))
|
||||
CHECK(base::CopyFileX(GetTmpFilename(), GetFilename()), ());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user