Pinacolada64 / ImageBBS

A bulletin board system (BBS) for the Commodore 64.
15 stars 5 forks source link

+/lo.automaint - e.logweek function not working #10

Closed x-tec2017 closed 6 years ago

x-tec2017 commented 6 years ago

Automaint should create e.logweek on Sunday and append e.log to it during the week.

Pinacolada64 commented 6 years ago

Is e.logweek all of the previous week's logs concatenated together?

x-tec2017 commented 6 years ago

I think the creation of e.logweek may be a remnant left over from a previous version. It looks to me like it took whatever was contained in e.log and appended it day by day to e.logweek. On Sunday, it would create a new e.logweek file. The e.log file is no longer being used, the automaint routine now creates e.log x files where x=the number of the day of the week.

On Sat, Dec 16, 2017 at 10:45 PM, Ryan Sherwood notifications@github.com wrote:

Is e.logweek all of the previous week's logs concatenated together?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Pinacolada64/ImageBBS/issues/10#issuecomment-352229809, or mute the thread https://github.com/notifications/unsubscribe-auth/AganoaYsmF3uAr6smoavGm_CSod9cfuuks5tBI5lgaJpZM4Q5LK_ .

Pinacolada64 commented 6 years ago

Just out of morbid curiosity to see if I can get it to work: commit https://github.com/Pinacolada64/ImageBBS/commit/e6c69fcf124113c0ea47efa9bfbcf01fcbb81978

Pinacolada64 commented 6 years ago

Some line number changes: comit https://github.com/Pinacolada64/ImageBBS/commit/7e29741ff835ae5b2956d0fcd27679c9d84fffe4

Pinacolada64 commented 6 years ago

Hmm, this version puts some stuff before the e.log x file. Will look into that. broken-log