diff --git a/src/apps/debugger/debug_managers/WatchpointManager.cpp b/src/apps/debugger/debug_managers/WatchpointManager.cpp index 9b21554c09e..4bae2676f24 100644 --- a/src/apps/debugger/debug_managers/WatchpointManager.cpp +++ b/src/apps/debugger/debug_managers/WatchpointManager.cpp @@ -47,7 +47,7 @@ WatchpointManager::InstallWatchpoint(Watchpoint* watchpoint, { status_t error = B_OK; TRACE_CONTROL("WatchpointManager::InstallUserWatchpoint(%p, %d)\n", - userWatchpoint, enabled); + watchpoint, enabled); AutoLocker installLocker(fLock); AutoLocker teamLocker(fTeam);