8000 Update meta_data.c by hshopeful · Pull Request #1006 · collectd/collectd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update meta_data.c #1006

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

Closed
wants to merge 1 commit into from
Closed

Conversation

hshopeful
Copy link
Contributor

In the function meta_data_get_string(), when the type mismatchs,the ERROR statement should be
ERROR ("meta_data_get_string: Type mismatch for key %s'", e->key); not ERROR ("meta_data_get_signed_int: Type mismatch for key%s'", e->key);

In the function meta_data_get_string(), when the type mismatchs,the ERROR statement should be 
ERROR ("meta_data_get_string: Type mismatch for key `%s'", e->key);
not
ERROR ("meta_data_get_signed_int: Type mismatch for key `%s'", e->key);
@mfournier
Copy link

Thanks a lot @hshopeful !

I applied your patch to the oldest bugfix branch as 15037c9, so that it eventually becomes part of all the other bugfix and feature branches.

@mfournier mfournier closed this Apr 20, 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.

2 participants
0