From a7e1258587ecdc51923a5acb48887b9b4b96efcd Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 5 May 2010 00:28:26 +0000 Subject: make downsampling command log a little clearer --- lib/class/stream.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/stream.class.php') diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index e1664fb4..b636609b 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -695,7 +695,7 @@ class Stream { } // If we are debugging log this event - $message = "Start Downsample: $downsample_command"; + $message = "Start Downsample using CMD: $downsample_command"; debug_event('downsample',$message,'3'); $fp = popen($downsample_command, 'rb'); -- cgit