Skip to content

Commit

Permalink
Moves openvasd output to version
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Jun 11, 2024
1 parent 8779fc9 commit f2c7720
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/gvmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2300,6 +2300,9 @@ gvmd (int argc, char** argv, char *env[])
else
printf ("Sentry support disabled\n");
}
#if OPENVASD == 1
printf ("OpenVASD is enabled\n");
#endif
printf ("Copyright (C) 2009-2021 Greenbone AG\n");
printf ("License: AGPL-3.0-or-later\n");
printf
Expand Down Expand Up @@ -2485,10 +2488,6 @@ gvmd (int argc, char** argv, char *env[])
* LDAP debugging
*/

#if OPENVASD == 1
g_message (" openvasd toggle activated %d", OPENVASD);
#endif

if (ldap_debug)
{
if (ldap_enable_debug () == 0)
Expand Down

0 comments on commit f2c7720

Please sign in to comment.