brasero r1226 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r1226 - in trunk: . src
- Date: Sun, 31 Aug 2008 19:33:18 +0000 (UTC)
Author: philippr
Date: Sun Aug 31 19:33:18 2008
New Revision: 1226
URL: http://svn.gnome.org/viewvc/brasero?rev=1226&view=rev
Log:
Fix debugging strings
* src/burn.c (brasero_burn_is_loaded_dest_media_supported),
(brasero_burn_lock_dest_media), (brasero_burn_record):
Modified:
trunk/ChangeLog
trunk/src/burn.c
Modified: trunk/src/burn.c
==============================================================================
--- trunk/src/burn.c (original)
+++ trunk/src/burn.c Sun Aug 31 19:33:18 2008
@@ -709,6 +709,7 @@
*must_blank = FALSE;
else
*must_blank = TRUE;
+
return BRASERO_BURN_ERROR_NONE;
}
@@ -796,7 +797,7 @@
BRASERO_BURN_LOG_WITH_FULL_TYPE (BRASERO_TRACK_TYPE_DISC,
media,
BRASERO_PLUGIN_IO_NONE,
- "Waiting for dest drive");
+ "Media inserted is");
if (priv->dest_locked) {
/* NOTE: after a blanking, for nautilus_burn the CD/DVD is still
@@ -828,9 +829,8 @@
berror = brasero_burn_is_loaded_dest_media_supported (burn,
media,
&must_blank);
-
if (berror != BRASERO_BURN_ERROR_NONE) {
- BRASERO_BURN_LOG ("the media is not supported");
+ BRASERO_BURN_LOG ("Inserted media is not supported");
result = BRASERO_BURN_NEED_RELOAD;
goto end;
}
@@ -2318,7 +2318,8 @@
goto end;
}
- /* burn the session a first time whatever the number of copies required except if dummy session */
+ /* burn the session a first time whatever the number of copies required
+ * except if dummy session */
result = brasero_burn_record_session (burn, TRUE, error);
if (result == BRASERO_BURN_OK) {
gint num_copies;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]