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

[TIMOB-12420] Change debug() calls to info() for iOS full rebuild checks #3777

Closed
wants to merge 12 commits into from
Closed

[TIMOB-12420] Change debug() calls to info() for iOS full rebuild checks #3777

wants to merge 12 commits into from

Conversation

tonylukasavage
Copy link
Contributor

@cb1kenobi
Copy link
Contributor

Your PR is way behind, plus where's the 3.0.x backport? Trust me, it would be way easier to just ask me to work on this change.

this.logger.debug(' ' + __('Was: %s', manifest.iosSdkPath));
this.logger.debug(' ' + __('Now: %s', this.titaniumIosSdkPath));
this.logger.info(__('Forcing rebuild: Titanium SDK path changed since last build'));
this.logger.info(' ' + __('Was: %s', manifest.iosSdkPath));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need the was/now as [info]?

@cb1kenobi
Copy link
Contributor

I have made the modifications in this PR and then some. No need for this PR anymore.

@cb1kenobi cb1kenobi closed this Jan 25, 2013
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

4 participants