Removed NSLogs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12715 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-02-24 06:14:31 +00:00
parent 96f42ce2d8
commit c0f196d0ef
2 changed files with 6 additions and 4 deletions

View file

@ -739,15 +739,12 @@ pty_slave(const char* name)
lpath = [full_path stringByAppendingPathComponent: prog];
if ([mgr isExecutableFileAtPath: lpath] == NO)
{
NSLog(@"No executable in %@", lpath);
lpath = [arch_path stringByAppendingPathComponent: prog];
if ([mgr isExecutableFileAtPath: lpath] == NO)
{
NSLog(@"No executable in %@", lpath);
lpath = [base_path stringByAppendingPathComponent: prog];
if ([mgr isExecutableFileAtPath: lpath] == NO)
{
NSLog(@"No executable in %@", lpath);
/*
* Last resort - if the launch path was simply a program name
* get NSBundle to try using the PATH environment