Fix formatting issues found with the last commit.
[oweals/opkg-lede.git] / libopkg / pkg.c
index 1606eaa91e7889e13c3c8711d191ab4a075ec4d9..235741e33dfa0e92c88064d34ca28076b35e78ab 100644 (file)
@@ -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;
      }