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

can't define 1-letter channels #10

Closed
GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments
Closed

can't define 1-letter channels #10

GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. define a new channel made up of single letters: 
   chn = DEF_CHANNEL("debug/A/B/CC", rlog::Log_Debug);
2. use the channel for logging:
   rLog(chn, "foo");

What is the expected output? What do you see instead?
expect: channel name as [debug/A/B/CC]
actual: channel name is shown as [debug/CC]

What version of the product are you using? On what operating system?
1.4

Please provide any additional information below.


Original issue reported on code.google.com by ibo...@gmail.com on 4 Nov 2008 at 1:20

@GoogleCodeExporter
Copy link
Author

Thanks, fixed in SVN.

Original comment by valient on 7 Nov 2008 at 6:25

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by valient on 28 Nov 2009 at 7:19

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant