Skip to content

Commit

Permalink
Announce main display refresh rate after starting display updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cstawarz committed Aug 9, 2016
1 parent 219f014 commit 57c0610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Core/Stimuli/StimulusDisplay.cpp
Expand Up @@ -313,7 +313,7 @@ void StimulusDisplay::stateSystemCallback(const Datum &data, MWorksTime time) {
// Wait for a refresh to complete, so we know that getCurrentOutputTimeUS() will return a valid time
ensureRefresh(lock);

mprintf(M_DISPLAY_MESSAGE_DOMAIN, "Display updates started");
mprintf(M_DISPLAY_MESSAGE_DOMAIN, "Display updates started (refresh rate: %g Hz)", getMainDisplayRefreshRate());

}
}
Expand Down

0 comments on commit 57c0610

Please sign in to comment.