Skip to content

Commit

Permalink
Merge pull request #18 from Powdo/releases
Browse files Browse the repository at this point in the history
the option "error" remove tmp location so we can't find a list of Hookpoint in the .xml
  • Loading branch information
Mohammed Ali committed Oct 25, 2016
2 parents cbe3021 + e10f7f0 commit e26f952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v0.2/lib/embed-payload.rb
Expand Up @@ -216,7 +216,7 @@ def embeddingPayload
begin
activitysmali = File.read(smalifile)
rescue Errno::ENOENT
messagePrint("Unable to find correct hook automatically","error")
messagePrint("Unable to find correct hook automatically","info")
begin
results = scrapeFilesForLauncherActivity(@originalDir)
smalifile = results[0]
Expand Down

0 comments on commit e26f952

Please sign in to comment.