| Index: src/trusted/service_runtime/sel_main.c
|
| ===================================================================
|
| --- src/trusted/service_runtime/sel_main.c (revision 7373)
|
| +++ src/trusted/service_runtime/sel_main.c (working copy)
|
| @@ -610,7 +610,7 @@
|
| * close descriptors, since the underlying host OS will do so
|
| * as part of service runtime exit.
|
| */
|
| - NaClLog(4, "Processing I/O redirection/inheritance from environment\n");
|
| + NaClLog(4, "Processing I/O redirection/inheritance from command line\n");
|
| for (entry = redir_queue; NULL != entry; entry = entry->next) {
|
| switch (entry->tag) {
|
| case HOST_DESC:
|
|
|