Skip to content

Commit

Permalink
Update log title in core/merginapi.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Mizera <[email protected]>
  • Loading branch information
iiLubos and tomasMizera authored Sep 25, 2023
1 parent 1585644 commit 5f53634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/merginapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ void MerginApi::finalizeProjectPullCopy( const QString &projectFullName, const Q
// maybe problem with permissions or drive space
if ( data.size() != bytesWritten )
{
CoreUtils::log( "writeData ", "Failed to write content into: " + fTmp.fileName() );
CoreUtils::log( "finalizeProjectPullCopy ", "Failed to write content into: " + fTmp.fileName() );
return;
}
}
Expand Down

1 comment on commit 5f53634

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.09.457611 just submitted!

Please sign in to comment.