diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-06 20:10:14 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-06 20:10:14 -0500 |
commit | 76d89842dd5f9301a7bcc5bd3cc98d370f11a02f (patch) | |
tree | d4fb82f877aee270e5a07ff126f58d94fd2fd81e /cmdline | |
parent | 2cfe02b94d312f73e1cef41225f12af9f3a96ec1 (diff) | |
download | kcmldap-76d89842dd5f9301a7bcc5bd3cc98d370f11a02f.tar.gz kcmldap-76d89842dd5f9301a7bcc5bd3cc98d370f11a02f.zip |
Cleanup output clutter.
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/main.cpp b/cmdline/main.cpp index 55a21de..466af4d 100644 --- a/cmdline/main.cpp +++ b/cmdline/main.cpp @@ -96,7 +96,7 @@ int main(int argc, char *argv[]) TQString passFileName = args->getOption("adminpasswordfile"); TQFile passFile(passFileName); if (!passFile.open(IO_ReadOnly)) { - printf("[ERROR] Unable to open specified password file '%s'\n\r", passFileName.ascii()); fflush(stdout); + printf("[ERROR] Unable to open specified password file '%s'\n", passFileName.ascii()); fflush(stdout); return -1; } TQTextStream stream(&passFile); |