Fix missing log call site

This commit is contained in:
John
2021-07-05 15:05:17 +01:00
parent b63468d95e
commit 2003d81aba
@@ -347,7 +347,7 @@ namespace TestImpact
}
else
{
AZ_Error("TestImpact", false, e.what());
AZ_Error(LogCallSite, false, e.what());
}
}
}