warnify one more message

This commit is contained in:
Laurent Sansonetti
2011-12-26 12:20:11 +01:00
parent 57048fae73
commit f131704b7b

View File

@@ -266,7 +266,7 @@ EOS
next if File.directory?(bundle_res)
next if reserved_app_bundle_files.include?(bundle_res)
next if resources_files.include?(bundle_res)
$stderr.puts "File `#{bundle_res}' found in app bundle but not in `#{config.resources_dir}', removing..."
App.warn "File `#{bundle_res}' found in app bundle but not in `#{config.resources_dir}', removing"
FileUtils.rm_rf(bundle_res)
end
end