>>>>> On Fri, 15 Sep 2006 09:53:16 -0400, Ryan Novosielski said:
> 
> Martin Simmons wrote:
> >>>>>> On Fri, 8 Sep 2006 22:44:05 +0200, Kern Sibbald said:
> >> On Friday 08 September 2006 21:44, Ryan Novosielski wrote:
> >>> Here is a sample:
> >>>
> >>> | 1,231 | BigBrother-Display | 2006-09-07 23:00:04 | B    | I     |
> >>> 1,625 |      6,825,457 | T         |
> >>>
> >>> ...where the first column is the jobid. Shouldn't the jobID really not
> >>> have a comma as a separator (ie. jobid 1231 rather than 1,231). I
> >>> personally find the delimiter distracting.
> >>>
> >>> Not sure how easy this is to fix, or in which file it is located, but I
> >>> figured I would mention it. I'm running 1.38.6 -- don't know how that
> >>> affects the answer, but I'll throw it in there anyway.
> >> No, it is not easy to fix.  What does it matter anyway, a comma is just a 
> >> separator in a number, which is what a JobId is?
> > 
> > I find it a little annoying in situations where it needs to match something
> > without commas, e.g. searching in the log or doing a restore.
> 
> Yeah, I agree. I mean, it's not THAT important, but for consistency's
> sake it should probably be one way or the other (preferably without).
> I'm guessing the problem is it uses some sort of standard formatting
> routine that causes the commas to be inserted? Appearances don't matter
> much if the software works (which it does), but it gives things more
> polish to have the same number look the same everyplace, I think. Any
> idea what file this is done in?

My guess is the three references to word "commas" in list_result
(src/cats/sql.c), but this probably affects all numbers, not just the JobId.

__Martin

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to