diff options
author | Christophe Grenier <[email protected]> | 2009-01-30 00:10:12 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2009-01-30 00:10:12 +0100 |
commit | 9970a484b6983cbf5659ebf17335b4192065025e (patch) | |
tree | b72e6c8a1867e7d46ce2e29f0da7347db9971f29 /src/testdisk.c | |
parent | 77f095422316289af374a59423e3f0ccc9602ed3 (diff) |
TestDisk: fix name in log
Diffstat (limited to 'src/testdisk.c')
-rw-r--r-- | src/testdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdisk.c b/src/testdisk.c index 2edd249f..06bc90c8 100644 --- a/src/testdisk.c +++ b/src/testdisk.c @@ -322,7 +322,7 @@ int main( int argc, char **argv ) #endif my_time=time(NULL); log_info("\n\n%s",ctime(&my_time)); - log_info("Command line: PhotoRec"); + log_info("Command line: TestDisk"); for(i=1;i<argc;i++) log_info(" %s", argv[i]); log_info("\n\n"); |