Debug: Lower priority to "noisy" for pipe spawn output

Spawn output can include very long multiline extcap arguments.
This commit is contained in:
João Valverde 2021-06-23 18:17:40 +01:00 committed by Wireshark GitLab Utility
parent 7bc3a5629e
commit 752b0fc320
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ gboolean ws_pipe_spawn_sync(const gchar *working_directory, const gchar *command
if (status)
{
if (local_output != NULL) {
ws_debug("spawn output: %s", local_output);
ws_noisy("spawn output: %s", local_output);
if (command_output != NULL)
*command_output = g_strdup(local_output);
}