Changeset 106001 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Sep 10, 2024 11:15:32 AM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioPulseAudio.cpp
r98103 r106001 1918 1918 else 1919 1919 { 1920 LogFunc(("Sup ressing %Rrc because we wrote %#x bytes\n", rc, cbTotalWritten));1920 LogFunc(("Suppressing %Rrc because we wrote %#x bytes\n", rc, cbTotalWritten)); 1921 1921 rc = VINF_SUCCESS; 1922 1922 } … … 2117 2117 else 2118 2118 { 2119 LogFunc(("Sup ressing %Rrc because we're returning %#x bytes\n", rc, cbTotalRead));2119 LogFunc(("Suppressing %Rrc because we're returning %#x bytes\n", rc, cbTotalRead)); 2120 2120 rc = VINF_SUCCESS; 2121 2121 }
Note:
See TracChangeset
for help on using the changeset viewer.