From ae183366db818a56bb9f1d9f361717f48ad3df60 Mon Sep 17 00:00:00 2001 From: stan Date: Fri, 4 Mar 2005 12:15:02 +0000 Subject: [PATCH] Corrected wrong move mode for pseudo-mapped motion. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1361 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmtrack.pl.z | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmtrack.pl.z b/scripts/zmtrack.pl.z index 789a2b6b9..a61270dc6 100755 --- a/scripts/zmtrack.pl.z +++ b/scripts/zmtrack.pl.z @@ -151,7 +151,7 @@ if ( !$monitor->{TrackMotion} ) if ( !$monitor->{CanMoveMap} ) { print( "Monitor '$mid' cannot move in map mode" ); - if ( $monitor->{CanMoveAbs} ) + if ( $monitor->{CanMoveRel} ) { print( ", falling back to pseudo map mode\n" ); }