diff options
Diffstat (limited to 'utilities/smb4k_kill.cpp')
-rw-r--r-- | utilities/smb4k_kill.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/smb4k_kill.cpp b/utilities/smb4k_kill.cpp index 7c31bfd..546a4bb 100644 --- a/utilities/smb4k_kill.cpp +++ b/utilities/smb4k_kill.cpp @@ -82,7 +82,7 @@ bool find_program( const char *name, char *path ) if ( !strcmp( file.c_str(), "" ) ) { - cerr << "smb4k_kill: Could not find " << name << " binary" << endl; + cerr << "smb4k_kill: Could not tqfind " << name << " binary" << endl; return false; } |