comparison src/madplug/replaygain.c @ 3117:bdfc90a5a183

Tone down debugging message, no need to print this publically.
author Tony Vroon <chainsaw@gentoo.org>
date Mon, 04 May 2009 02:26:11 +0100
parents f1b6f1b2cdb3
children
comparison
equal deleted inserted replaced
3116:b09c922c9f34 3117:bdfc90a5a183
335 if (offs <= 0) { // found ! 335 if (offs <= 0) { // found !
336 aud_vfs_fseek(fp, pos, SEEK_SET); 336 aud_vfs_fseek(fp, pos, SEEK_SET);
337 aud_vfs_fseek(fp, offs, SEEK_CUR); 337 aud_vfs_fseek(fp, offs, SEEK_CUR);
338 res = readAPE2Tag(fp, file_info); 338 res = readAPE2Tag(fp, file_info);
339 if (res != 0) { 339 if (res != 0) {
340 g_message 340 AUDDBG
341 ("hmpf, was supposed to find a tag.. offs=%d, res=%d", 341 ("hmpf, was supposed to find a tag.. offs=%d, res=%d",
342 offs, res); 342 offs, res);
343 } 343 }
344 } 344 }
345 else 345 else