Skip to content

Commit

Permalink
Add a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhSK committed Aug 24, 2014
1 parent 903eb74 commit 7a61523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backing_store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ void HTTPDiskStore::save( const HTTPResponse & response, const Address & server_

}

void HTTPDiskStore::serialize_to_socket( Socket && client __attribute__ ( ( unused ) ) ) {}
void HTTPDiskStore::serialize_to_socket( Socket && client __attribute__ ( ( unused ) ) ) { printf("WARNING: IGNORING Socket that was passed\n"); }

0 comments on commit 7a61523

Please sign in to comment.