- Restored 'sync needed' feedback for when backlog contains data, and the 'sync'
  verbosity token is present (which it is by default).
This commit is contained in:
Paul Beckingham 2013-07-05 08:04:37 -04:00
parent 6aa5e0824d
commit 16c5314cfa

View file

@ -435,7 +435,7 @@ void feedback_backlog ()
std::vector <std::string>::iterator line;
for (line = lines.begin (); line != lines.end (); ++line)
{
if ((*line)[0] == '[')
if ((*line)[0] == '{')
{
context.footnote ("There are local changes. Sync required.");
break;