summaryrefslogtreecommitdiff
path: root/sysmap/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sysmap/src/main.cpp')
-rw-r--r--sysmap/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysmap/src/main.cpp b/sysmap/src/main.cpp
index 871be35..4c73340 100644
--- a/sysmap/src/main.cpp
+++ b/sysmap/src/main.cpp
@@ -43,6 +43,8 @@ int main(int argc, char* argv[]) {
g_syscalls.init();
+ io::log<info>("waiting for {}", args[0]);
+
process::process_x64_t proc;
if (NT_SUCCESS(proc.attach(args[0]))) {
io::log<info>("attached!");