diff options
Diffstat (limited to 'PE/extract.cpp')
-rw-r--r-- | PE/extract.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PE/extract.cpp b/PE/extract.cpp index daabb24..4fa8b2f 100644 --- a/PE/extract.cpp +++ b/PE/extract.cpp @@ -18,6 +18,8 @@ virtual int startup() throw (GeneralException) { int n1 = 0, n2 = 0, i, j, size; String fn; char buff[2048]; + + verbosity = M_INFO; s = new Input("slus_006.62"); |