Skip to content

Commit

Permalink
Merge pull request #6 from andjo/patch-2
Browse files Browse the repository at this point in the history
Log the actual HTTP status code when download fails.
  • Loading branch information
Pontus Östlund committed Jul 14, 2012
2 parents 9c0f1f1 + 8685917 commit 87a7951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launcherfile.vala
Expand Up @@ -672,7 +672,7 @@ public class Roxenlauncher.LauncherFile : Object
break;

default:
s = _("%s was not downloaded from %s").printf (path, host);
s = _("%s was not downloaded from %s (code: %d)").printf (path, host, mess.status_code);
break;
}

Expand Down

0 comments on commit 87a7951

Please sign in to comment.