Skip to content

Commit

Permalink
make no app warning
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 12, 2018
1 parent a549a8a commit 8f26efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appium_lib_core/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def set_app_path
@caps[:app] = if File.exist? app_path
app_path
else
::Appium::Logger.info("Use #{@caps[:app]} directly")
::Appium::Logger.warn("Use #{@caps[:app]} directly since #{app_path} does not exist.")
@caps[:app]
end
end
Expand Down

0 comments on commit 8f26efd

Please sign in to comment.