Skip to content

Commit 98bb4fc

Browse files
committed
Merge branch 'master' into release_2_5
2 parents f1b30e5 + 6123e94 commit 98bb4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static uint32 stream_stop_timeout = 0;
3737
/* Time in which we started to wait for streaming end */
3838
static time_t stream_stop_begin = 0;
3939

40-
const char *progname = "pg_probackup";
40+
//const char *progname = "pg_probackup";
4141

4242
/* list of files contained in backup */
4343
static parray *backup_files_list = NULL;

0 commit comments

Comments
 (0)