Revision: 2768
          http://tmux.svn.sourceforge.net/tmux/?rev=2768&view=rev
Author:   tcunha
Date:     2012-04-10 09:53:52 +0000 (Tue, 10 Apr 2012)
Log Message:
-----------
Sync OpenBSD patchset 1086:

Turn some errors down to info.

Modified Paths:
--------------
    trunk/cmd-select-layout.c

Modified: trunk/cmd-select-layout.c
===================================================================
--- trunk/cmd-select-layout.c   2012-04-10 09:53:14 UTC (rev 2767)
+++ trunk/cmd-select-layout.c   2012-04-10 09:53:52 UTC (rev 2768)
@@ -113,13 +113,13 @@
        layout_list_add(w);
        if (args_has(self->args, 'U')) {
                if ((layoutname = layout_list_redo(w)) == NULL) {
-                       ctx->error(ctx, "no more layout history");
+                       ctx->info(ctx, "no more layout history");
                        return (-1);
                }
                goto set_layout;
        } else if (args_has(self->args, 'u')) {
                if ((layoutname = layout_list_undo(w)) == NULL) {
-                       ctx->error(ctx, "no more layout history");
+                       ctx->info(ctx, "no more layout history");
                        return (-1);
                }
                goto set_layout;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to