]> git.cworth.org Git - apitrace/commit
os_posix: Print complete, attempted command line when execute() fails
authorCarl Worth <cworth@cworth.org>
Sun, 12 Aug 2012 23:44:34 +0000 (16:44 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Mon, 8 Oct 2012 18:02:21 +0000 (19:02 +0100)
commitb3381e6a8fcad8fc1e3ddd816eac127b0e254850
tree2861631e11b807352189e685a94ee3487d32671c
parentf45f1e2f0113a78a64b909ad87801f9f63a1fd28
os_posix: Print complete, attempted command line when execute() fails

Previously, only argv[0] was printed which did not provide much
information to the user about why the command might have
failed. Printing the entire command line allows the user to more
easily investigate the problem.

Signed-off-by: José Fonseca <jose.r.fonseca@gmail.com>
common/os_posix.cpp