VirtualBox

Changeset 92169 in vbox for trunk


Ignore:
Timestamp:
Nov 1, 2021 6:46:32 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Fixed verbose logging levels set by '-v'. bugref:10008

Location:
trunk/src/VBox/ValidationKit/utils/audio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r92166 r92169  
    14081408                break;
    14091409
     1410            /* Has to be defined here and not in AUDIO_TEST_COMMON_OPTION_CASES, to get the logger
     1411             * configured before the specific command handlers down below come into play. */
    14101412            case 'v':
    14111413                g_uVerbosity++;
  • trunk/src/VBox/ValidationKit/utils/audio/vkatInternal.h

    r92166 r92169  
    505505            \
    506506            case 'v': \
    507                 g_uVerbosity++; \
     507                /* No-op here, has been handled by main() already. */ \
    508508                break; \
    509509            \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette