little debugging message improvement...
rathnor rathnor
1 files changed,
3 insertions(+),
2 deletions(-)
jump to
M
src/Workspace.cc
→
src/Workspace.cc
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Workspace.cc,v 1.56 2003/04/26 18:57:10 fluxgen Exp $ +// $Id: Workspace.cc,v 1.57 2003/05/04 13:07:17 rathnor Exp $ #include "Workspace.hh"@@ -484,7 +484,8 @@ clears the m_windowlist
*/ void Workspace::shutdown() { #ifdef DEBUG - cerr<<__FILE__<<"("<<__FUNCTION__<<"): windowlist:"<<endl; + cerr<<__FILE__<<"("<<__FUNCTION__<<"): scr "<<screen.getScreenNumber()<<", ws "<< + m_id<<", windowlist:"<<endl; copy(m_windowlist.begin(), m_windowlist.end(), ostream_iterator<FluxboxWindow *>(cerr, " \n")); cerr<<endl;