fix a debug print
authorDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 15:25:57 +0000 (15:25 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 15:25:57 +0000 (15:25 +0000)
openbox/client.c

index d94afcc..4a3e8c3 100644 (file)
@@ -377,7 +377,9 @@ void client_manage(Window window)
                  (!self->positioned ? "no" :
                   (self->positioned == PPosition ? "program specified" :
                    (self->positioned == USPosition ? "user specified" :
-                    "BADNESS !?"))), self->area.x, self->area.y);
+                    (self->positioned == PPosition | USPosition ?
+                     "program + user specified" :
+                     "BADNESS !?")))), self->area.x, self->area.y);
 
         transient = place_client(self, &placex, &placey, settings);