Fix Error Message for temp
authorSungho Kwak <sungho1.kwak@samsung.com>
Tue, 2 Jul 2013 11:20:28 +0000 (20:20 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 3 Jul 2013 04:04:19 +0000 (13:04 +0900)
Change-Id: I33bb6590fbb1e3be2981dec0650e24702c938e98

src/libremix/remix_monitor.c

index 5745c8f..721aad6 100644 (file)
@@ -149,7 +149,7 @@ remix_monitor_init (RemixEnv * env, RemixBase * base)
 
   monitor->dev_dsp_fd = open (FILENAME, O_WRONLY, 0);
   if (monitor->dev_dsp_fd == -1) {
-    printf ("Couldn't open any output device.\n");
+    //printf ("Couldn't open any output device.\n");
     remix_set_error (env, REMIX_ERROR_SYSTEM);
     return RemixNone;
   }