Add debug logging to LinePool.

This commit is contained in:
rkfg 2016-03-09 14:34:59 +03:00
parent b513f3c7b6
commit 8be72c404e
3 changed files with 29 additions and 3 deletions

View file

@ -75,4 +75,8 @@ public class MageClip {
return buf;
}
public String getFilename() {
return filename;
}
}