brasero r1467 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r1467 - in trunk: . src
- Date: Wed,  5 Nov 2008 12:48:32 +0000 (UTC)
Author: philippr
Date: Wed Nov  5 12:48:32 2008
New Revision: 1467
URL: http://svn.gnome.org/viewvc/brasero?rev=1467&view=rev
Log:
	Increased the number of mount attempts
	* src/burn.c (brasero_burn_mount_media):
Modified:
   trunk/ChangeLog
   trunk/src/burn.c
Modified: trunk/src/burn.c
==============================================================================
--- trunk/src/burn.c	(original)
+++ trunk/src/burn.c	Wed Nov  5 12:48:32 2008
@@ -136,7 +136,7 @@
 #define MAX_MOUNT_ATTEMPTS	20
 #define MOUNT_TIMEOUT		500
 
-#define MAX_LOAD_ATTEMPTS	20
+#define MAX_LOAD_ATTEMPTS	50
 #define LOAD_TIMEOUT		500
 
 static GObjectClass *parent_class = NULL;
@@ -974,6 +974,8 @@
 			return BRASERO_BURN_ERR;
 		}
 
+		BRASERO_BURN_LOG ("Trying to mount medium");
+
 		/* NOTE: we don't really care about the return value */
 		brasero_volume_mount (BRASERO_VOLUME (medium), FALSE, NULL);
 		priv->mounted_by_us = TRUE;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]