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:
parent
264c23d687
commit
ae183366db
|
@ -151,7 +151,7 @@ if ( !$monitor->{TrackMotion} )
|
||||||
if ( !$monitor->{CanMoveMap} )
|
if ( !$monitor->{CanMoveMap} )
|
||||||
{
|
{
|
||||||
print( "Monitor '$mid' cannot move in map mode" );
|
print( "Monitor '$mid' cannot move in map mode" );
|
||||||
if ( $monitor->{CanMoveAbs} )
|
if ( $monitor->{CanMoveRel} )
|
||||||
{
|
{
|
||||||
print( ", falling back to pseudo map mode\n" );
|
print( ", falling back to pseudo map mode\n" );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue