Skip to content

Commit

Permalink
add log.
Browse files Browse the repository at this point in the history
  • Loading branch information
shentar committed Jul 10, 2016
1 parent 4a1fe79 commit 8a70319
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions photoweb/src/com/backend/ToolMain.java
Expand Up @@ -66,6 +66,7 @@ public static void renewTheData()
boolean needFresh = RefreshFlag.getInstance().getAndSet(false);
if (needFresh)
{
logger.warn("start to refresh all tables.");
photostore.getDupFiles();
datestore.refreshDate();
logger.warn("completed one roundle.");
Expand Down
1 change: 0 additions & 1 deletion photoweb/src/com/service/ObjectService.java
Expand Up @@ -24,7 +24,6 @@
import com.backend.BaseSqliteStore;
import com.backend.FileInfo;
import com.backend.ThumbnailManager;
import com.backend.UniqPhotosStore;
import com.utils.web.GenerateHTML;

public class ObjectService
Expand Down

0 comments on commit 8a70319

Please sign in to comment.