mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
logging
This commit is contained in:
@@ -94,7 +94,7 @@ public class TestClassCollector {
|
||||
}
|
||||
}
|
||||
catch (Throwable e) {
|
||||
LOG.error("error processing: " + fName, e);
|
||||
LOG.error("error processing: " + fName + " of " + baseDir.toString(), e);
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user