Skip to content

Commit

Permalink
Fix build with control tracing enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
anevilyak committed Nov 28, 2012
1 parent 45b52be commit 6fd173e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/debugger/debug_managers/WatchpointManager.cpp
Expand Up @@ -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<BLocker> installLocker(fLock);
AutoLocker<Team> teamLocker(fTeam);
Expand Down

0 comments on commit 6fd173e

Please sign in to comment.