Merge branch 'ent-12187-hilos-del-discovery-en-critico-cuando-hay-muchas-ejecuciones' into 'develop'

Improved discovery no output message

See merge request artica/pandorafms!6952
This commit is contained in:
Rafael Ameijeiras 2024-02-20 07:57:34 +00:00
commit 42cdfc9100
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ sub exec_recon_app ($$$) {
# No output message. # No output message.
if (!defined($output_json)) { if (!defined($output_json)) {
push(@summary, "The execution returned no output."); push(@summary, "The execution returned no output. Is the server out of memory?");
next; next;
} }