Skip to content

Commit

Permalink
Modify logged startup time message in rtorrent (See #142)
Browse files Browse the repository at this point in the history
  • Loading branch information
chros authored and chros committed Apr 24, 2018
1 parent ae4d9d5 commit 97e9616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-14.04/home/chros73/.pyroscope/rtorrent-ps.rc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ method.insert = d.print.status, simple|private, "print=(argument.0),\
method.set_key = event.download.inserted_new, ~log, ((d.print.status, "LOADED "))
method.set_key = event.download.finished, ~log, ((d.print.status, "FINISHED"))
method.set_key = event.download.erased, ~log, ((d.print.status, "DELETED "))
schedule2 = log_startup_time, 1, 0, ((print, "rTorrent is started at: ", ((hrf_time, ((cat, (startup_time) )) )) ))
schedule2 = log_startup_time, 1, 0, ((print, "Startup time: ", ((hrf_time, ((cat, (startup_time) )) )) ))

### end: UI commands ###

Expand Down

0 comments on commit 97e9616

Please sign in to comment.