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:
commit
42cdfc9100
|
@ -477,7 +477,7 @@ sub exec_recon_app ($$$) {
|
|||
|
||||
# No output message.
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue