diff options
Diffstat (limited to 'VP/search-script.cpp')
-rw-r--r-- | VP/search-script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VP/search-script.cpp b/VP/search-script.cpp index 263bc49..ebbf214 100644 --- a/VP/search-script.cpp +++ b/VP/search-script.cpp @@ -21,7 +21,7 @@ int main(int argc, char ** argv) { exit(-1); } - printm(M_STATUS, "Reading informations...\n"); + printm(M_STATUS, "Reading informations from %s...\n", argv[1]); read(h, &n, 4); |