Fix formatting issues found with the last commit.
[oweals/opkg-lede.git] / libopkg / opkg_remove.c
index 1ed2dabdf87c8e4d64de3f6d7d8def42a965c90b..e2a63e1225c6131c4a1c95d9fd364f820ba1e5f9 100644 (file)
@@ -363,7 +363,7 @@ remove_data_files_and_list(pkg_t *pkg)
          }
 
          if (!conf->noaction) {
-               opkg_msg(INFO, "Deleting %s.\n", file_name, conf->noaction);
+               opkg_msg(INFO, "Deleting %s.\n", file_name);
               unlink(file_name);
          } else
                opkg_msg(INFO, "Not deleting %s. (noaction)\n",