summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cairo-directfb-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-directfb-surface.c b/src/cairo-directfb-surface.c
index b8d15abf..fdff40ac 100644
--- a/src/cairo-directfb-surface.c
+++ b/src/cairo-directfb-surface.c
@@ -349,7 +349,7 @@ _directfb_acquire_surface (cairo_directfb_surface_t *surface,
surface->dfbsurface->GetSize (surface->dfbsurface,&source_rect.w, &source_rect.h);
}
D_DEBUG_AT (Cairo_DirectFB, "%s buffer for surface.\n",
- surface->dfbbuffer ? "Reallocating" : "Allocating");
+ surface->dfbsurface ? "Reallocating" : "Allocating");
cairo_format = directfb_to_cairo_format(DSPF_ARGB);
buffer = _directfb_buffer_surface_create (surface->dfb,DSPF_ARGB,source_rect.w,source_rect.h);
if (!buffer)