Skip to content

Commit

Permalink
Fixed core dumps message
Browse files Browse the repository at this point in the history
  • Loading branch information
e-minguez authored and astoycos committed Oct 6, 2020
1 parent c82f0ea commit 4fa7ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collection-scripts/gather_core_dumps
Expand Up @@ -38,7 +38,7 @@ function gather_core_dump_data {
}

if [ $# -eq 0 ]; then
echo "WARNING: Collecting network logs on ALL linux nodes in your cluster. This could take a long time."
echo "WARNING: Collecting core dumps on ALL linux nodes in your cluster. This could take a long time."
fi

PIDS=()
Expand Down

0 comments on commit 4fa7ff9

Please sign in to comment.