Automation init...1
This commit is contained in:
parent
80a4f4ade4
commit
d75ef8afe0
@ -58,7 +58,7 @@ class Crawler extends BaseController
|
||||
//망보드에 넣기
|
||||
$board->create($entity);
|
||||
}
|
||||
log_message("notice", "완료되었습니다.");
|
||||
log_message("notice", "Crawler->yapmap 작업이 완료되었습니다.");
|
||||
return true;
|
||||
} catch (\Exception $e) {
|
||||
log_message("error", $e->getMessage());
|
||||
|
||||
@ -15,7 +15,7 @@ class Mangboard extends BaseController
|
||||
$user = new UserLibrary();
|
||||
$user->setDebug($isDebug);
|
||||
$user->setLevel();
|
||||
log_message("notice", "완료되었습니다.");
|
||||
log_message("notice", "Mangboard->level 작업이 완료되었습니다.");
|
||||
return true;
|
||||
} catch (\Exception $e) {
|
||||
log_message("error", $e->getMessage());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user