Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed double last last messages in core:archive #7807

Closed
wants to merge 1 commit into from
Closed

Fixed double last last messages in core:archive #7807

wants to merge 1 commit into from

Conversation

fvdm
Copy link

@fvdm fvdm commented May 1, 2015

Running console core:archive outputs messages like this:

Archived website id = 12, period = day, 2 segments, 0 visits in last last52 days, 0 visits today, Time elapsed: 1.699s

This edit removes the second last to become:

Archived website id = 12, period = day, 2 segments, 0 visits in last 52 days, 0 visits today, Time elapsed: 1.699s

At the moment console `core:archive` outputs messages like this:

> Archived website id = 12, period = day, 2 segments, 0 visits in **last last52** days, 0 visits today, Time elapsed: 1.699s

This edit removes the second *last* to become:

> Archived website id = 12, period = day, 2 segments, 0 visits in **last 52** days, 0 visits today, Time elapsed: 1.699s
@mattab
Copy link
Member

mattab commented May 1, 2015

Thanks for the suggestion! maybe you could instead remove the extra last on the next line?

@fvdm
Copy link
Author

fvdm commented May 1, 2015

I considered that, but then it still says last52 without the space, doesn't look clean.

@mattab
Copy link
Member

mattab commented Sep 11, 2015

This was fixed in master branch

@mattab mattab closed this Sep 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants