From 78ec74138a1bc08d8c130f9e38a9d851db3b74a7 Mon Sep 17 00:00:00 2001 From: graham.gower@gmail.com Date: Fri, 19 Nov 2010 01:19:25 -0500 Subject: Fix formatting issues found with the last commit. git-svn-id: http://opkg.googlecode.com/svn/trunk@585 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/pkg.c') 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; } -- cgit v0.9.1