mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
ログ
This commit is contained in:
parent
38db65c9d3
commit
efc16423d4
|
@ -131,6 +131,7 @@ public class FileManagerImpl implements FileManager {
|
||||||
public void autoCreateToCurrentDir() {
|
public void autoCreateToCurrentDir() {
|
||||||
logger.debug("autoGenerateToCurrentDir", "called");
|
logger.debug("autoGenerateToCurrentDir", "called");
|
||||||
if (isExist(currentDir)) {
|
if (isExist(currentDir)) {
|
||||||
|
logger.debug("autoGenerateToCurrentDir", "currentDir already exists");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user