Plugin Directory

Changeset 548407


Ignore:
Timestamp:
05/24/2012 07:19:07 AM (13 years ago)
Author:
hel.io
Message:

More debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • backup/trunk/backup.php

    r548002 r548407  
    22/*
    33Plugin Name: Backup
    4 Version: 1.1.3
     4Version: 1.1.4
    55Plugin URI: http://hel.io/wordpress/backup/
    66Description: Backup your WordPress website to Google Drive.
     
    420420        }
    421421        else {
    422             backup_log( 'ERROR', 'Bad response: ' . $response, __FILE__, __LINE__ );
     422            backup_log( 'ERROR', 'Bad response: ' . $response . '. Request header: ' . join( "; ", $header ), __FILE__, __LINE__ );
    423423            return false;
    424424        }
Note: See TracChangeset for help on using the changeset viewer.