diff options
author | Christophe Grenier <[email protected]> | 2008-04-11 11:52:21 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2008-04-11 11:52:21 +0200 |
commit | 8f7a34d5fbafd077a563df8ed539d6e556c096c0 (patch) | |
tree | a4721e69edc95afa91006addf754836087d116c5 /src/testdisk.c | |
parent | b62aab4cde8ec4b2296b40ab05014ee3e9c01854 (diff) |
Log compilation date/time
Diffstat (limited to 'src/testdisk.c')
-rw-r--r-- | src/testdisk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testdisk.c b/src/testdisk.c index 651e005c..cb35a307 100644 --- a/src/testdisk.c +++ b/src/testdisk.c @@ -288,7 +288,8 @@ int main( int argc, char **argv ) } create_log=log_open("testdisk.log", create_log, 1, "TestDisk", argc, argv); log_info("TestDisk %s, Data Recovery Utility, %s\nChristophe GRENIER <[email protected]>\nhttp://www.cgsecurity.org\n", VERSION, TESTDISKDATE); - log_info("OS: %s - Compiler: %s\n", get_os(), get_compiler()); + log_info("OS: %s\n" , get_os()); + log_info("Compiler: %s\n", get_compiler()); log_info("ext2fs lib: %s, ntfs lib: %s, reiserfs lib: %s, ewf lib: %s\n", td_ext2fs_version(), td_ntfs_version(), td_reiserfs_version(), td_ewf_version()); #if defined(__CYGWIN__) || defined(__MINGW32__) || defined(DJGPP) |