diff options
-rw-r--r-- | shelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -914,7 +914,7 @@ shelfInitDisplay (CompPlugin *p, if (!d->shapeExtension) { - compLogMessage (d, "shelf", CompLogLevelError, + compLogMessage ("shelf", CompLogLevelError, "No Shape extension found. Shelfing not possible.\n"); return FALSE; } |