[brasero] Fix debug message



commit d99fb92280a710834224f7d2263165b0c5370307
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Mon Sep 7 22:23:46 2009 +0200

    Fix debug message

 libbrasero-burn/brasero-burn.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn.c b/libbrasero-burn/brasero-burn.c
index 42a104a..2c2af99 100644
--- a/libbrasero-burn/brasero-burn.c
+++ b/libbrasero-burn/brasero-burn.c
@@ -888,7 +888,7 @@ brasero_burn_lock_dest_media (BraseroBurn *burn,
 		                               NULL);
 
 		if (session_sec > medium_sec) {
-			BRASERO_BURN_LOG ("Not enough space for image %"G_GOFFSET_FORMAT"/%"G_GOFFSET_FORMAT);
+			BRASERO_BURN_LOG ("Not enough space for image %"G_GOFFSET_FORMAT"/%"G_GOFFSET_FORMAT, session_sec, medium_sec);
 			berror = BRASERO_BURN_ERROR_MEDIUM_SPACE;
 			result = BRASERO_BURN_NEED_RELOAD;
 			goto end;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]