VirtualBox

Changeset 87174 in vbox


Ignore:
Timestamp:
Jan 5, 2021 8:38:28 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142104
Message:

Audio/DrvAudio: Logging nits.

File:
1 edited

Legend:

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

    r87173 r87174  
    31353135        RTStrPrintf(szWhat, sizeof(szWhat), "default");
    31363136    }
    3137     else
    3138         RTStrPrintf(szWhat, sizeof(szWhat), "device-specific");
    31393137
    31403138    LogRel2(("Audio: Using %s period size (%RU64ms, %RU32 frames) for stream '%s'\n",
     
    31563154        RTStrPrintf(szWhat, sizeof(szWhat), "default");
    31573155    }
    3158     else
    3159         RTStrPrintf(szWhat, sizeof(szWhat), "device-specific");
    31603156
    31613157    LogRel2(("Audio: Using %s buffer size (%RU64ms, %RU32 frames) for stream '%s'\n",
     
    31793175            RTStrPrintf(szWhat, sizeof(szWhat), "default");
    31803176        }
    3181         else
    3182             RTStrPrintf(szWhat, sizeof(szWhat), "device-specific");
    31833177    }
    31843178
Note: See TracChangeset for help on using the changeset viewer.

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