From: rjk@greenend.org.uk <> Date: Sat, 7 Jul 2007 15:07:09 +0000 (+0100) Subject: find_track_root() now issues a log message if it finds a track outside X-Git-Tag: debian-1_5_99dev8~293 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/a8747834bb7d56ef1e57be5404824d6a638ba2d4?hp=a8747834bb7d56ef1e57be5404824d6a638ba2d4 find_track_root() now issues a log message if it finds a track outside any collection. Should make it clearer what's going on if something believes the answer and crashes. track_to_words() now includes a bodge for such tracks to avoid a crash. Ultimately the answer is to expunge such tracks from the database but while my db is in a bizarre state it's worth making the code a bit more robust. ---