diff --git a/tools/hxcpp/BuildTool.hx b/tools/hxcpp/BuildTool.hx index af11b4daa..eaf948b39 100644 --- a/tools/hxcpp/BuildTool.hx +++ b/tools/hxcpp/BuildTool.hx @@ -772,7 +772,7 @@ class BuildTool } Profile.pop(); case _ if (inDestination != null): - Log.v('Target \'${inTarget}\' does not output a file, so \'destination\' has been ignored'); + Log.warn('Target \'${inTarget}\' does not output a file, so \'destination\' has been ignored'); } if (mCopyFiles.length>0)