From 467feedc49246f6c2287c0e8a20a171596a9bba3 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 20 Sep 2010 23:01:58 +0200 Subject: Changed broadcast length output --- command/markad-standalone.cpp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'command') diff --git a/command/markad-standalone.cpp b/command/markad-standalone.cpp index 2cdd512..bca7a37 100644 --- a/command/markad-standalone.cpp +++ b/command/markad-standalone.cpp @@ -2111,19 +2111,7 @@ cMarkAdStandalone::cMarkAdStandalone(const char *Directory, bool BackupMarks, in } if (tStart) isyslog("pre-timer %im",tStart/60); - if (macontext.Info.Length) - { - int h=macontext.Info.Length/3600; - int m=macontext.Info.Length-(h*3600); - if (m) - { - isyslog("broadcast length %ih %im",h,m); - } - else - { - isyslog("broadcast length %ih",h); - } - } + if (macontext.Info.Length) isyslog("broadcast length %im",macontext.Info.Length/60); if (title[0]) { -- cgit v1.2.3