pull/2759/head
Pliable Pixels 2019-11-21 11:16:13 -05:00
parent 606c89962f
commit 722a74e038
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ sub zmMemVerify {
Error("Shared data not valid for monitor $$monitor{Id}");
return undef;
} else {
Debug("Shared data appears vaild for monitor $$monitor{Id}: $valid");
Debug("Shared data appears valid for monitor $$monitor{Id}: $valid");
}
return !undef;