Corrected wrong move mode for pseudo-mapped motion.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1361 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-03-04 12:15:02 +00:00
parent 264c23d687
commit ae183366db
1 changed files with 1 additions and 1 deletions

View File

@ -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" );
}