Adjusted column width of media summary message

This commit is contained in:
Thomas Schmitt 2009-09-05 07:24:06 +00:00
parent cedad9445d
commit f1263be867
2 changed files with 2 additions and 2 deletions

View File

@ -4789,7 +4789,7 @@ summary:
strcpy(profile_name, "media");
#endif
printf("Media summary : %d sessions, %d tracks, %s %s\n",
printf("Media summary: %d sessions, %d tracks, %s %s\n",
num_sessions, track_count,
s==BURN_DISC_BLANK ? "blank" :
s==BURN_DISC_APPENDABLE ? "appendable" :

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.09.04.204432"
#define Cdrskin_timestamP "2009.09.05.072512"