Skip to content

Commit 8f26efd

Browse files
committed
make no app warning
1 parent a549a8a commit 8f26efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib_core/driver.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def set_app_path
432432
@caps[:app] = if File.exist? app_path
433433
app_path
434434
else
435-
::Appium::Logger.info("Use #{@caps[:app]} directly")
435+
::Appium::Logger.warn("Use #{@caps[:app]} directly since #{app_path} does not exist.")
436436
@caps[:app]
437437
end
438438
end

0 commit comments

Comments
 (0)