diff options
Diffstat (limited to 'linker/linker_main.cpp')
-rw-r--r-- | linker/linker_main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linker/linker_main.cpp b/linker/linker_main.cpp index 9de7f51ce..6c762a92c 100644 --- a/linker/linker_main.cpp +++ b/linker/linker_main.cpp @@ -353,6 +353,8 @@ static ElfW(Addr) linker_main(KernelArgumentBlock& args, const char* exe_to_load // a C-style string to last until the program exits. static std::string exe_path = exe_info.path; + INFO("[ Linking executable \"%s\" ]", exe_path.c_str()); + // Initialize the main exe's soinfo. soinfo* si = soinfo_alloc(&g_default_namespace, exe_path.c_str(), &exe_info.file_stat, |