VirtualBox

Changeset 73371 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 26, 2018 1:55:52 PM (6 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp

    r73370 r73371  
    55
    66/*
    7  * Copyright (C) 2006-2017 Oracle Corporation
     7 * Copyright (C) 2006-2018 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    13691369            if (err < 0)
    13701370            {
    1371                 LogRel(("ALSA: Error disabling input %s stream: %s\n", snd_strerror(err)));
     1371                LogRel(("ALSA: Error disabling input stream: %s\n", snd_strerror(err)));
    13721372                rc = VERR_ACCESS_DENIED; /** @todo Find a better rc. */
    13731373            }
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