summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg.c
diff options
context:
space:
mode:
authorgraham.gower@gmail.com <graham.gower@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2010-11-19 01:19:25 (EST)
committer graham.gower@gmail.com <graham.gower@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2010-11-19 01:19:25 (EST)
commit78ec74138a1bc08d8c130f9e38a9d851db3b74a7 (patch)
tree1394cdae2a3400f9d52523529a87c7f3f1dff159 /libopkg/pkg.c
parenta91236f83d1777cf9dd94c709f0a974b173c7b8b (diff)
Fix formatting issues found with the last commit.
git-svn-id: http://opkg.googlecode.com/svn/trunk@585 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/pkg.c')
-rw-r--r--libopkg/pkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/pkg.c b/libopkg/pkg.c
index 1606eaa..235741e 100644
--- a/libopkg/pkg.c
+++ b/libopkg/pkg.c
@@ -462,7 +462,7 @@ set_flags_from_control(pkg_t *pkg){
fp = fopen(file_name, "r");
if (fp == NULL) {
- opkg_perror(ERROR, "Failed to open %s");
+ opkg_perror(ERROR, "Failed to open %s", file_name);
free(file_name);
return;
}