diff --git a/prettyping b/prettyping index 7b4db8c..0ffe3c5 100755 --- a/prettyping +++ b/prettyping @@ -837,6 +837,8 @@ BEGIN { # Do nothing on blank lines. } else if ( $0 == "error shutting down ssl" ) { # Common error message when using httping, ignore it. + } else if ( $0 == "ping: sendto: No route to host" ) { + # Mac OS X will print a separate timeout line still, so ignore this message } else if ( $0 ~ /^Request timeout for icmp_seq [0-9]+/ ) { # Reply timeout is printed on Mac OS X.