diff --git a/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.m b/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.m index d955860..20e0145 100644 --- a/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.m +++ b/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.m @@ -610,7 +610,8 @@ NSString * const KeyActionTypeOpen = @"openPage"; if (error) { stopLoadingOverlay(); completionHandler(actionInformation); - [MVMCoreLoggingHandler addErrorToLog:error]; + MVMCoreErrorObject* errorObject = [MVMCoreErrorObject createErrorObjectForNSError:error location:@"MVMCoreActionHandler"]; + [MVMCoreLoggingHandler addErrorToLog:errorObject]; } }