VirtualBox

Ignore:
Timestamp:
Dec 2, 2019 12:32:58 PM (5 years ago)
Author:
vboxsync
Message:

ConsoleImpl2: Don't use Utf8Str for storing string a 'const char *' argument - please turn on brain when writing code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r82319 r82320  
    30453045                 * Tweak the logging groups.
    30463046                 */
    3047                 Utf8Str strLogGroups = "drv_host_audio.e.l.l2.l3.f+"
    3048                                        "drv_audio.e.l.l2.l3.f+"
    3049                                        "audio_mixer.e.l.l2.l3.f+"
    3050                                        "dev_hda_codec.e.l.l2.l3.f+"
    3051                                        "dev_hda.e.l.l2.l3.f+"
    3052                                        "dev_ac97.e.l.l2.l3.f+"
    3053                                        "dev_sb16.e.l.l2.l3.f";
    3054 
    3055                 rc = RTLogGroupSettings(RTLogRelGetDefaultInstance(), strLogGroups.c_str());
     3047                rc = RTLogGroupSettings(RTLogRelGetDefaultInstance(),
     3048                                        "drv_host_audio.e.l.l2.l3.f"
     3049                                        " drv_audio.e.l.l2.l3.f"
     3050                                        " audio_mixer.e.l.l2.l3.f"
     3051                                        " dev_hda_codec.e.l.l2.l3.f"
     3052                                        " dev_hda.e.l.l2.l3.f"
     3053                                        " dev_ac97.e.l.l2.l3.f"
     3054                                        " dev_sb16.e.l.l2.l3.f");
    30563055                if (RT_FAILURE(rc))
    30573056                    LogRel(("Audio: Setting debug logging failed, rc=%Rrc\n", rc));
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