Revision: 2867
http://tmux.svn.sourceforge.net/tmux/?rev=2867&view=rev
Author: tcunha
Date: 2012-08-31 09:25:19 +0000 (Fri, 31 Aug 2012)
Log Message:
-----------
Sync OpenBSD patchset 1168:
Change a log to fprintf that was missed last time around, from Tiago Cunha.
Modified Paths:
--------------
trunk/client.c
Modified: trunk/client.c
===================================================================
--- trunk/client.c 2012-08-31 09:24:51 UTC (rev 2866)
+++ trunk/client.c 2012-08-31 09:25:19 UTC (rev 2867)
@@ -189,7 +189,7 @@
* flag.
*/
if ((cmdlist = cmd_list_parse(argc, argv, &cause)) == NULL) {
- log_warnx("%s", cause);
+ fprintf(stderr, "%s\n", cause);
return (1);
}
cmdflags &= ~CMD_STARTSERVER;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs