From 7416d4be6ae8487c734428aab3ee2751c375278e Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Fri, 21 Jun 2013 11:49:24 +0200 Subject: [PATCH] small update --- lib/wowza.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wowza.pm b/lib/wowza.pm index 886b5db..74f120a 100644 --- a/lib/wowza.pm +++ b/lib/wowza.pm @@ -758,7 +758,7 @@ sub wowza_cgi { $w = trim($w); $str = sprintf("%-20s", substr($w, 0, 20)); push(@tmp, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$str"); - push(@tmp, "GPRINT:wms" . $e . "_a$n" . ":LAST: Current\\:%5.1lf\\n"); + push(@tmp, "GPRINT:wms" . $e . "_a$n" . ":LAST: Current\\:%6.2lf\\n"); push(@tmpz, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$w"); $n++; } @@ -842,7 +842,7 @@ sub wowza_cgi { $w = trim($w); $str = sprintf("%-20s", substr($w, 0, 20)); push(@tmp, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$str"); - push(@tmp, "GPRINT:wms" . $e . "_a$n" . ":LAST: Current\\:%5.1lf\\n"); + push(@tmp, "GPRINT:wms" . $e . "_a$n" . ":LAST: Current\\:%6.2lf\\n"); push(@tmpz, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$w"); $n++; }