Index: /trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboard.cpp
===================================================================
--- /trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboard.cpp	(revision 48221)
+++ /trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboard.cpp	(revision 48222)
@@ -112,5 +112,5 @@
                     VBoxClientVerbose(2, "host requested guest's clipboard read\n");
                     rc = vbclClipboardForwardToHost(g_u32ClientId, g_PasteboardRef, fFormats);
-                    AssertMsg(RT_SUCCESS(rc), "paste to host failed\n");
+                    AssertMsg(RT_SUCCESS(rc), ("paste to host failed\n"));
                     break;
 
@@ -119,5 +119,5 @@
                     VBoxClientVerbose(2, "host requested guest's clipboard write\n");
                     rc = vbclClipboardForwardToGuest(g_u32ClientId, g_PasteboardRef, fFormats);
-                    AssertMsg(RT_SUCCESS(rc), "paste to guest failed\n");
+                    AssertMsg(RT_SUCCESS(rc), ("paste to guest failed\n"));
                     break;
 
