site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=g+H6sYLrd2TCZNP/o2vqE0Sxl+XtIWDhtyo6tNYt1iGXVcDgnMlGVNMGS1Sw+Rz07g2awrnHeQLXHKkIDjFjQEqlYT77/YwduH29/7zA0YxjWafIq4YW4SWYGTrjIyWhJPakk4/pgqYyxlHWaCAH9GI4yg7s+xzPWCqXCZW1jPU= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=B313hfs9l+QwGknm6cGO/OUgzjKg8R/hfgQgbp5S/T3eogMhwG2iJdykhaaKqRMkYOeLYbdCC1LCAialCIGJGkY/H03/M29SlW0zGpfYLKKM8vbHbCs3LlOIEEdi9APkPWwSB8nUxdBgrG5LgijVVrV4PGMDecyqMYxsavinT/M= Hi Filipe Cabecinhas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Maybe you should use perror instead of/in addition to this printf, so you would get an English description of the problem (and your users would understand the error message easily, too. On 13 Apr, 2007, at 03:06, David Alger wrote: printf("fopen failed on error: %d - redirectPath is: %s - line number: %d\n", errno, redirectPath, __LINE__); This email sent to site_archiver@lists.apple.com