Skip to content

Commit

Permalink
comment: arp 실행 실패 시 error가 아닌 warn인 이유
Browse files Browse the repository at this point in the history
  • Loading branch information
inferior3x committed Dec 4, 2024
1 parent d19e1bf commit 36245da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ private void scan() {
따라서 Arp-scan의 경우 무조건 1개 이상의 결과가 나오므로 0개라면 실행 실패라고 판단한다.
*/
if (procLogs.isEmpty()) {
//SystemValidator가 시스템의 네트워크 인터페이스가 올바른지 검증하기 때문에 여기서는 warn으로 로깅
log.warn("[managed - arp({})] 실행 실패 : ERROR", arpInfo.ssid());
return Stream.empty();
}
Expand Down

0 comments on commit 36245da

Please sign in to comment.