mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Better debug
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6106 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
99d05351c2
commit
11c72e96e9
1 changed files with 2 additions and 1 deletions
|
@ -442,7 +442,8 @@ extern char *objc_find_executable(const char *name);
|
|||
if (cpath == 0)
|
||||
{
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"NSTask - launch path is not valid"];
|
||||
format: @"NSTask - launch path (%@) is not valid",
|
||||
_launchPath];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue