FimfictionApi: do not BasicSupport_Deprecated
[fanfix.git] / src / be / nikiroo / fanfix / Main.java
index 1e4daa801b9b852de9bb91f0964fd7d73d176864..53c4a8629f952075f4519131f5541363f5701f45 100644 (file)
@@ -527,6 +527,7 @@ public class Main {
                        String target, boolean infoCover, Progress pg) {
                int exitCode = 0;
 
+               Instance.getTraceHandler().trace("Convert: " + urlString);
                String sourceName = urlString;
                try {
                        URL source = BasicReader.getUrl(urlString);
@@ -547,6 +548,7 @@ public class Main {
                                        BasicSupport support = BasicSupport.getSupport(source);
 
                                        if (support != null) {
+                                               Instance.getTraceHandler().trace("Support found: " + support.getClass());
                                                Progress pgIn = new Progress();
                                                Progress pgOut = new Progress();
                                                if (pg != null) {