forked from len0rd/rockbox
The 'rec upd' panic now prints the filename as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3973 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
65a17b848a
commit
2ec8e7d72b
1 changed files with 1 additions and 1 deletions
|
@ -1892,7 +1892,7 @@ static void mpeg_thread(void)
|
|||
/* Create the Xing header */
|
||||
mpeg_file = open(recording_filename, O_RDWR);
|
||||
if(mpeg_file < 0)
|
||||
panicf("rec upd: %d", mpeg_file);
|
||||
panicf("rec upd: %d (%s)", mpeg_file, recording_filename);
|
||||
|
||||
/* If the number of recorded frames have reached 0x7ffff,
|
||||
we can no longer trust it */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue