summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-05-27 11:45:29 -0400
committerDave Brolley <brolley@redhat.com>2009-05-27 11:45:29 -0400
commit99587ed126351da39b002a1363703b2f7749a49c (patch)
tree4a986213076e7f46881c9ea52723d36cce45f398 /main.cxx
parent422be92440f596bea6b933965072916c480ea22b (diff)
parent2ed04863c3426f94932d4a4e4b5d6c7b84e49dfd (diff)
downloadsystemtap-steved-99587ed126351da39b002a1363703b2f7749a49c.tar.gz
systemtap-steved-99587ed126351da39b002a1363703b2f7749a49c.tar.xz
systemtap-steved-99587ed126351da39b002a1363703b2f7749a49c.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.cxx b/main.cxx
index b092ff12..41dcb640 100644
--- a/main.cxx
+++ b/main.cxx
@@ -20,6 +20,7 @@
#include "util.h"
#include "coveragedb.h"
#include "git_version.h"
+#include "rpm_finder.h"
#include <iostream>
#include <fstream>
@@ -1087,6 +1088,9 @@ main (int argc, char * const argv [])
}
}
+ /* Print out list of missing files */
+ missing_rpm_list_print(s);
+
if (rc || s.listing_mode || s.last_pass == 2 || pending_interrupts) goto cleanup;
// PASS 3: TRANSLATION