Skip to content

Commit

Permalink
Updated log message
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 16, 2024
1 parent ac2bcd8 commit 756df00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/iOS/QonversionWrapperIOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void Initialize(string gameObjectName)
}
catch (Exception e)
{
Debug.LogWarning("Fallback file is not accessible");
Debug.LogWarning("Fallback file is not accessible. " + e);
}

_initialize(gameObjectName);
Expand Down

0 comments on commit 756df00

Please sign in to comment.