# # patch "ChangeLog" # from [da109a8ecfc036f5aa5ddb6a3090765f8becbd53] # to [008ede6e8563b4eb5a49cc9bbb31e79d6471674d] # # patch "app_state.cc" # from [ecfe656499e3a7fc604d67316bb02a06684406b6] # to [26c33bbfe071cd01b26e87224a40152cbfadbef7] # ======================================================================== --- ChangeLog da109a8ecfc036f5aa5ddb6a3090765f8becbd53 +++ ChangeLog 008ede6e8563b4eb5a49cc9bbb31e79d6471674d @@ -1,5 +1,9 @@ 2005-08-26 Nathaniel Smith + * app_state.cc (allow_working_copy): Make logging more sensible. + +2005-08-26 Nathaniel Smith + * transforms.cc (length): * database.cc (sql, load, open): * commands.cc (rename, attr): ======================================================================== --- app_state.cc ecfe656499e3a7fc604d67316bb02a06684406b6 +++ app_state.cc 26c33bbfe071cd01b26e87224a40152cbfadbef7 @@ -48,12 +48,11 @@ void app_state::allow_working_copy() { + L(F("initializing from directory %s\n") % fs::initial_path().string()); found_working_copy = find_and_go_to_working_copy(search_root); if (found_working_copy) { - L(F("initializing from directory %s\n") % fs::initial_path().string()); - read_options(); system_path dbname = system_path(options[database_option]);