Changeset 0e3cdf1


Ignore:
Timestamp:
Apr 28, 2010, 2:27:59 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
644a0f8
Parents:
f92acd7
git-author:
David Benjamin <davidben@mit.edu> (04/28/10 03:10:19)
git-committer:
David Benjamin <davidben@mit.edu> (04/28/10 14:27:59)
Message:
Punt a pointless debug and a trailing newline
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    rf7cf6c2 r0e3cdf1  
    138138
    139139  if (win == NULL) {
    140     owl_function_debugmsg("_owl_panel_set_window: passed NULL win (failed to allocate?)\n");
     140    owl_function_debugmsg("_owl_panel_set_window: passed NULL win (failed to allocate?)");
    141141    endwin();
    142142    exit(50);
     
    164164    g->recwinlines=0;
    165165  }
    166 
    167   owl_function_debugmsg("_owl_global_setup_windows: about to call newwin(%i, %i, 0, 0)\n", g->recwinlines, cols);
    168166
    169167  /* create the new windows */
Note: See TracChangeset for help on using the changeset viewer.