Skip to content

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alelom committed Jul 5, 2019
1 parent 17a04c6 commit 4672cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion File_Adapter/FileAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public FileAdapter(string folder = null, string fileName = "")

if (valueInserted && !System.IO.File.Exists(m_FilePath))
{
Engine.Reflection.Compute.RecordWarning($"File not found:\n{m_FilePath}.");
Engine.Reflection.Compute.RecordWarning($"File not found: {m_FilePath}");
return;
}

Expand Down

0 comments on commit 4672cf5

Please sign in to comment.