Changeset 86 for psi/trunk/src/tools/openpgp/gpgop.cpp
- Timestamp:
- 01/06/07 19:03:56 (20 months ago)
- Files:
-
- 1 modified
-
psi/trunk/src/tools/openpgp/gpgop.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/src/tools/openpgp/gpgop.cpp
r11 r86 365 365 { 366 366 #ifdef GPG_DEBUG 367 printf("{%s}\n", str.latin1());367 qDebug("### {%s}", str.latin1()); 368 368 #endif 369 369 QString s, rest; … … 435 435 436 436 #ifdef GPG_DEBUG 437 printf("GPG Finished: ");437 qDebug("### GPG Finished: "); 438 438 #endif 439 439 … … 443 443 clean = false; 444 444 #ifdef GPG_DEBUG 445 printf("bad exit.. crash?\n");445 qDebug("### bad exit.. crash?"); 446 446 #endif 447 447 } … … 449 449 exitStatus = d->proc->exitStatus(); 450 450 #ifdef GPG_DEBUG 451 printf("exitStatus=%d\n", exitStatus);451 qDebug("### exitStatus=%d", exitStatus); 452 452 #endif 453 453 } … … 472 472 473 473 #ifdef GPG_DEBUG 474 printf("stdout: [%s]\n", outstr.latin1());475 printf("stderr: [%s]\n", errstr.latin1());474 qDebug("### stdout: [%s]", outstr.latin1()); 475 qDebug("### stderr: [%s]", errstr.latin1()); 476 476 #endif 477 477
