Changeset 7129

Show
Ignore:
Timestamp:
02/01/10 19:01:31 (7 months ago)
Author:
metamorph68
Message:

Don't raise an exc when lastfm submit fail..

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/liquidsoap/src/tools/liqfm.ml

    r6623 r7129  
    159159     (-1.) 
    160160   with 
    161      | e -> reason (Printexc.to_string e); raise e 
     161     | e -> reason (Printexc.to_string e); (-1.) 
    162162   in 
    163163   (* Add and wake the task *)