add trace output so people aren't left wondering why SM is just sitting there apparently doing nothing.
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#include "CatalogXml.h"
|
#include "CatalogXml.h"
|
||||||
#include "SongManager.h"
|
#include "SongManager.h"
|
||||||
|
#include "RageLog.h"
|
||||||
#include "song.h"
|
#include "song.h"
|
||||||
#include "Steps.h"
|
#include "Steps.h"
|
||||||
|
|
||||||
@@ -21,6 +22,8 @@ void SaveCatalogXml( CString sDir )
|
|||||||
{
|
{
|
||||||
CString fn = sDir + CATALOG_XML;
|
CString fn = sDir + CATALOG_XML;
|
||||||
|
|
||||||
|
LOG->Trace( "Writing %s ...", fn.c_str() );
|
||||||
|
|
||||||
XNode xml;
|
XNode xml;
|
||||||
xml.name = "Catalog";
|
xml.name = "Catalog";
|
||||||
|
|
||||||
@@ -56,4 +59,5 @@ void SaveCatalogXml( CString sDir )
|
|||||||
|
|
||||||
// bool bSaved =
|
// bool bSaved =
|
||||||
xml.SaveToFile(fn);
|
xml.SaveToFile(fn);
|
||||||
|
LOG->Trace( "Done." );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user