Automation init...1

This commit is contained in:
최준흠 2024-09-06 22:34:19 +09:00
parent 80a4f4ade4
commit d75ef8afe0
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ class Crawler extends BaseController
//망보드에 넣기 //망보드에 넣기
$board->create($entity); $board->create($entity);
} }
log_message("notice", "완료되었습니다."); log_message("notice", "Crawler->yapmap 작업이 완료되었습니다.");
return true; return true;
} catch (\Exception $e) { } catch (\Exception $e) {
log_message("error", $e->getMessage()); log_message("error", $e->getMessage());

View File

@ -15,7 +15,7 @@ class Mangboard extends BaseController
$user = new UserLibrary(); $user = new UserLibrary();
$user->setDebug($isDebug); $user->setDebug($isDebug);
$user->setLevel(); $user->setLevel();
log_message("notice", "완료되었습니다."); log_message("notice", "Mangboard->level 작업이 완료되었습니다.");
return true; return true;
} catch (\Exception $e) { } catch (\Exception $e) {
log_message("error", $e->getMessage()); log_message("error", $e->getMessage());