Add loadsvg script command, fix ParanoidNumber size limiting*
[ipdf/code.git] / src / document.cpp
index 71f4205..9b94ba2 100644 (file)
@@ -731,7 +731,7 @@ void Document::LoadSVG(const string & filename, const Rect & bounds)
        if (!result)
                Error("Couldn't load \"%s\" - %s", filename.c_str(), result.description());
                
-       Debug("Loaded XML - %s", result.description());
+       Debug("Loaded XML from \"%s\" - %s", filename.c_str(), result.description());
        
        input.close();
                                                // a c e, b d f

UCC git Repository :: git.ucc.asn.au